Merge pull request #7059 from malept/docs-typos
Fix documentation typos
This commit is contained in:
commit
0c2da5dcea
3 changed files with 5 additions and 5 deletions
|
@ -66,7 +66,7 @@ information with tools like [rcedit](https://github.com/atom/rcedit).
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
You can rename `Electron.app` to any name you want, and you also have to rename
|
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:
|
following files:
|
||||||
|
|
||||||
* `Electron.app/Contents/Info.plist`
|
* `Electron.app/Contents/Info.plist`
|
||||||
|
|
|
@ -12,12 +12,12 @@ supported is macOS 10.9.
|
||||||
Windows 7 and later are supported, older operating systems are not supported
|
Windows 7 and later are supported, older operating systems are not supported
|
||||||
(and do not work).
|
(and do not work).
|
||||||
|
|
||||||
Both `x86` and `amd64` (x64) binaries are provided for Windows. Please note, the
|
Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows.
|
||||||
`ARM` version of Windows is not supported for now.
|
Please note, the `ARM` version of Windows is not supported for now.
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
The prebuilt `ia32`(`i686`) and `x64`(`amd64`) binaries of Electron are built on
|
The prebuilt `ia32` (`i686`) and `x64` (`amd64`) binaries of Electron are built on
|
||||||
Ubuntu 12.04, the `arm` binary is built against ARM v7 with hard-float ABI and
|
Ubuntu 12.04, the `arm` binary is built against ARM v7 with hard-float ABI and
|
||||||
NEON for Debian Wheezy.
|
NEON for Debian Wheezy.
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ HOME=~/.electron-gyp npm install
|
||||||
You can also choose to install modules like other Node projects, and then
|
You can also choose to install modules like other Node projects, and then
|
||||||
rebuild the modules for Electron with the [`electron-rebuild`][electron-rebuild]
|
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
|
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:
|
An example of installing `electron-rebuild` and then rebuild modules with it:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue