Merge pull request #11301 from wlbentley/patch-1

🎨 Tweak for grammar.
This commit is contained in:
John Kleinschmidt 2017-12-01 11:48:46 -05:00 committed by GitHub
commit db51dcbe7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,8 +72,8 @@ where to download the headers. The `--arch=x64` says the module is built for
If you installed a native module and found it was not working, you need to check If you installed a native module and found it was not working, you need to check
following things: following things:
* The architecture of module has to match Electron's architecture (ia32 or x64). * The architecture of the module has to match Electron's architecture (ia32 or x64).
* After you upgraded Electron, you usually need to rebuild the modules. * After you upgrade Electron, you usually need to rebuild the modules.
* When in doubt, run `electron-rebuild` first. * When in doubt, run `electron-rebuild` first.
## Modules that rely on `prebuild` ## Modules that rely on `prebuild`