remove some beginner-unfriendly terms from docs

This commit is contained in:
Shelley Vohr 2018-05-07 08:46:14 -07:00
parent 9c8952aef0
commit 52e3d5e4f0
No known key found for this signature in database
GPG key ID: F13993A75599653C
13 changed files with 21 additions and 24 deletions

View file

@ -56,8 +56,8 @@ const electron = require('electron')
All Electron APIs are assigned a process type. Many of them can only be
used from the main process, some of them only from a renderer process,
some from both. The documentation for the individual API will clearly
state which process they can be used from.
some from both. The documentation for each individual API will
state which process it can be used from.
A window in Electron is for instance created using the `BrowserWindow`
class. It is only available in the main process.
@ -133,8 +133,7 @@ compiled to be used with Electron.
The vast majority of Node.js modules are _not_ native. Only 400 out of the
~650.000 modules are native. However, if you do need native modules, please
consult [this guide on how to recompile them for Electron][native-node] (it's
easy).
consult [this guide on how to recompile them for Electron][native-node].
[node-docs]: https://nodejs.org/en/docs/
[security]: ./security.md