From e258aa352491d8246979de89506894b7bac488fb Mon Sep 17 00:00:00 2001 From: BifrostTenmei <156937334+BifrostTenmei@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:53:20 +0200 Subject: [PATCH] Fixed typo --- desktop/docs/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/docs/dependencies.md b/desktop/docs/dependencies.md index b159b13eb..5c6b222b0 100644 --- a/desktop/docs/dependencies.md +++ b/desktop/docs/dependencies.md @@ -13,7 +13,7 @@ Electron embeds Chromium and Node.js in the generated app's binary. The generated app thus consists of two separate processes - the _main_ process, and a _renderer_ process. -- The _main_ process is runs the embedded node. This process can deal with the +- The _main_ process runs the embedded node. This process can deal with the host OS - it is conceptually like a `node` repl running on your machine. In our case, the TypeScript code (in the `src/` directory) gets transpiled by `tsc` into JavaScript in the `build/app/` directory, which gets bundled in