Remove more words (#12852)

* remove 'basically' from docs

* remove 'simply' from docs

* remove most uses of 'just' from docs
This commit is contained in:
Charles Kerr
2018-05-08 00:16:09 -05:00
committed by GitHub
parent 86d023b02f
commit 4d078fdb03
32 changed files with 51 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ it should be only available in the main process. You need to be familiar with
the concept of [main process vs. renderer process](../tutorial/application-architecture.md#main-and-renderer-processes)
scripts to be able to use those modules.
The main process script is just like a normal Node.js script:
The main process script is like a normal Node.js script:
```javascript
const {app, BrowserWindow} = require('electron')