Browse Source

:memo: Add missing words

[ci skip]
Mark Lee 8 years ago
parent
commit
00154c7f9c

+ 1 - 1
docs/tutorial/application-distribution.md

@@ -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`

+ 1 - 1
docs/tutorial/using-native-node-modules.md

@@ -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: