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 <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent d5c311e commit 9a454af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)