summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-01-24 11:37:46 -0800
committerSam Roberts <vieuxtech@gmail.com>2017-01-27 14:23:33 -0800
commit38161f0a955011add889c63e93609abb0974dc3e (patch)
treeb7a491c960e3ada00c6a7a825b071341b43fc237 /doc/api/modules.md
parent4f1e235f2aaf6320b899f5a530903ed2c4c7163b (diff)
downloadandroid-node-v8-38161f0a955011add889c63e93609abb0974dc3e.tar.gz
android-node-v8-38161f0a955011add889c63e93609abb0974dc3e.tar.bz2
android-node-v8-38161f0a955011add889c63e93609abb0974dc3e.zip
doc: for style, remove "isn't" contraction
PR-URL: https://github.com/nodejs/node/pull/10981 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index e4bd745d7e..43bddab4fa 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -463,7 +463,7 @@ added: v0.1.16
In each module, the `module` free variable is a reference to the object
representing the current module. For convenience, `module.exports` is
-also accessible via the `exports` module-global. `module` isn't actually
+also accessible via the `exports` module-global. `module` is not actually
a global but rather local to each module.
### module.children