Skip to content

Commit cb127de

Browse files
TrottMylesBorins
authored andcommitted
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: #17865 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 411e772 commit cb127de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ added: v9.3.0
839839
* {string[]}
840840

841841
A list of the names of all modules provided by Node.js. Can be used to verify
842-
if a module is maintained by a third-party module or not.
842+
if a module is maintained by a third party or not.
843843

844844
Note that `module` in this context isn't the same object that's provided
845845
by the [module wrapper][]. To access it, require the `Module` module:

0 commit comments

Comments
 (0)