Skip to content

Commit 9a454af

Browse files
tailorswifttargos
authored andcommitted
doc: fix typo in esm.md
I presume "The can..." should be "They can...". PR-URL: #37417 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent d5c311e commit 9a454af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Alterantively `module.createRequire()` can be used.
437437
438438
Native modules are not currently supported with ES module imports.
439439
440-
The can instead be loaded with [`module.createRequire()`][] or
440+
They can instead be loaded with [`module.createRequire()`][] or
441441
[`process.dlopen`][].
442442
443443
#### No `require.resolve`

0 commit comments

Comments
 (0)