Browse Source

Merge pull request #11301 from wlbentley/patch-1

:art: Tweak for grammar.
John Kleinschmidt 7 years ago
parent
commit
db51dcbe7e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/tutorial/using-native-node-modules.md

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

@@ -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
 following things:
 
-* The architecture of module has to match Electron's architecture (ia32 or x64).
-* After you upgraded Electron, you usually need to rebuild the modules.
+* The architecture of the module has to match Electron's architecture (ia32 or x64).
+* After you upgrade Electron, you usually need to rebuild the modules.
 * When in doubt, run `electron-rebuild` first.
 
 ## Modules that rely on `prebuild`