Skip to content

Commit c19d161

Browse files
committed
fixup!
1 parent 97515fd commit c19d161

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ absolute path, it's resolved as a relative path from the current working
2828
directory. That path is then resolved by [CommonJS][] module loader. If no
2929
corresponding file is found, an error is thrown.
3030

31-
If a file is found, its path will be passed to [ECMAScript module loader][]
31+
If a file is found, its path will be passed to the [ECMAScript module loader][]
3232
under any of the following conditions:
3333

3434
* The file has an `.mjs` extension.
@@ -37,13 +37,13 @@ under any of the following conditions:
3737
* If the program was started with a command-line flag that forces the entry
3838
point to be loaded with ECMAScript module loader.
3939

40-
Otherwise the file is loaded using the CommonJS module loader. See
40+
Otherwise, the file is loaded using the CommonJS module loader. See
4141
[File modules][] for more details.
4242

4343
### ECMAScript modules loader entry point caveat
4444

45-
When loading the program entry point using [ECMAScript module loader][], the `node`
46-
command will accept as input only files with `.js`, `.mjs`, or `.cjs`
45+
When loading [ECMAScript module loader][] loads the program entry point, the `node`
46+
command will only accept as input only files with `.js`, `.mjs`, or `.cjs`
4747
extensions; and with `.wasm` extensions when
4848
[`--experimental-wasm-modules`][] is enabled.
4949

0 commit comments

Comments
 (0)