From a0b4312357ce8fac9cea1b56471391f1da996d12 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] Fixed typo on esm.md I presume "The can..." should be "They can... --- 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 8d1980a4e0c6ad..80179ad9ceb506 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -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`