Skip to content

Commit

Permalink
doc: fix typo in esm.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tailorswift authored and targos committed May 1, 2021
1 parent 74f0760 commit 605cb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Expand Up @@ -437,7 +437,7 @@ Alterantively `module.createRequire()` can be used.
Native modules are not currently supported with ES module imports.
The can instead be loaded with [`module.createRequire()`][] or
They can instead be loaded with [`module.createRequire()`][] or
[`process.dlopen`][].
#### No `require.resolve`
Expand Down

0 comments on commit 605cb4c

Please sign in to comment.