aboutsummaryrefslogtreecommitdiff
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 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: