Skip to content

Commit

Permalink
📝 Add missing words
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
malept committed Sep 1, 2016
1 parent 2497777 commit 00154c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/application-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/using-native-node-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 00154c7

Please sign in to comment.