summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-25 14:21:18 -0800
committerJames M Snell <jasnell@gmail.com>2017-12-27 15:59:48 -0800
commit62a44a32adc214f8daa66aac4c47a0c3cad8d40f (patch)
treec84d8e345f21570bc8e0ab0673d09f8d82b801e8 /doc
parentd3ac18a176b26c0df517f48bed77d070bb07a267 (diff)
downloadandroid-node-v8-62a44a32adc214f8daa66aac4c47a0c3cad8d40f.tar.gz
android-node-v8-62a44a32adc214f8daa66aac4c47a0c3cad8d40f.tar.bz2
android-node-v8-62a44a32adc214f8daa66aac4c47a0c3cad8d40f.zip
doc: improve module.builtinModules text
`module is maintained by a third-party module` seems confusing. Changed to `module is maintained by a third-party`. PR-URL: https://github.com/nodejs/node/pull/17865 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-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 73fd9a2842..458ba73c3d 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -839,7 +839,7 @@ added: v9.3.0
* {string[]}
A list of the names of all modules provided by Node.js. Can be used to verify
-if a module is maintained by a third-party module or not.
+if a module is maintained by a third party or not.
Note that `module` in this context isn't the same object that's provided
by the [module wrapper][]. To access it, require the `Module` module: