From 605cb4cd4cd0892eb2111dd351fc280dd318abca Mon Sep 17 00:00:00 2001 From: Jay Tailor <60511316+JayvaScript@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:09:32 +0000 Subject: [PATCH] doc: fix typo in esm.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I presume "The can..." should be "They can...". PR-URL: https://github.com/nodejs/node/pull/37417 Reviewed-By: Michaƫl Zasso Reviewed-By: Antoine du Hamel Reviewed-By: Zijian Liu Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Pooja D P Reviewed-By: Darshan Sen --- doc/api/esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index f8d2c75336bc35..74b434467f143b 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -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`