doc: fix typo in esm.md

I presume "The can..." should be "They can...".

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Jay Tailor 2021-02-17 16:09:32 +00:00 committed by Darshan Sen
parent 04fb597996
commit 75cc41e4c8

View File

@ -441,7 +441,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`