From 38161f0a955011add889c63e93609abb0974dc3e Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 24 Jan 2017 11:37:46 -0800 Subject: doc: for style, remove "isn't" contraction PR-URL: https://github.com/nodejs/node/pull/10981 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/modules.md') 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 -- cgit v1.2.3