Skip to content

Commit

Permalink
doc: adjust wording to eliminate awkward typography
Browse files Browse the repository at this point in the history
PR-URL: #45398
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
  • Loading branch information
kovsu authored and ruyadorno committed Nov 21, 2022
1 parent 3263ceb commit 94a6a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/modules.md
Expand Up @@ -90,8 +90,8 @@ By default, Node.js will treat the following as CommonJS modules:
* Files with an extension that is not `.mjs`, `.cjs`, `.json`, `.node`, or `.js`
(when the nearest parent `package.json` file contains a top-level field
[`"type"`][] with a value of `"module"`, those files will be recognized as
CommonJS modules only if they are being `require`d, not when used as the
command-line entry point of the program).
CommonJS modules only if they are being included via `require()`, not when
used as the command-line entry point of the program).

See [Determining module system][] for more details.

Expand Down

0 comments on commit 94a6a97

Please sign in to comment.