📝 Add missing words

[ci skip]
This commit is contained in:
Mark Lee 2016-09-01 07:49:36 -07:00
parent 249777721c
commit 00154c7f9c
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ information with tools like [rcedit](https://github.com/atom/rcedit).
### macOS
You can rename `Electron.app` to any name you want, and you also have to rename
the `CFBundleDisplayName`, `CFBundleIdentifier` and `CFBundleName` fields in
the `CFBundleDisplayName`, `CFBundleIdentifier` and `CFBundleName` fields in the
following files:
* `Electron.app/Contents/Info.plist`

View file

@ -36,7 +36,7 @@ HOME=~/.electron-gyp npm install
You can also choose to install modules like other Node projects, and then
rebuild the modules for Electron with the [`electron-rebuild`][electron-rebuild]
package. This module can get the version of Electron and handle the manual steps
of downloading headers and building native modules for your.
of downloading headers and building native modules for your app.
An example of installing `electron-rebuild` and then rebuild modules with it: