瀏覽代碼

Fixed typo (#1555)

## Description
Fixed a small typo
Vishnu Mohandas 1 年之前
父節點
當前提交
e7ca750168
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/docs/dependencies.md

+ 1 - 1
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
 generated app thus consists of two separate processes - the _main_ process, and
 a _renderer_ process.
 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
     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
     our case, the TypeScript code (in the `src/` directory) gets transpiled by
     `tsc` into JavaScript in the `build/app/` directory, which gets bundled in
     `tsc` into JavaScript in the `build/app/` directory, which gets bundled in