summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
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