From 6d779c6ec2753857299f01b11a9d37de34f566d3 Mon Sep 17 00:00:00 2001 From: W L Bentley Date: Thu, 30 Nov 2017 19:37:06 -0800 Subject: [PATCH] Two grammar tweaks. --- docs/tutorial/using-native-node-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/using-native-node-modules.md b/docs/tutorial/using-native-node-modules.md index f203df9ead3b..bf04fabd7510 100644 --- a/docs/tutorial/using-native-node-modules.md +++ b/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`