Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/esm.md')
-rw-r--r--doc/api/esm.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 4090e545fdb..a1e3cb149ab 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -134,8 +134,8 @@ export async function resolve(specifier,
}
```
-The parentURL is provided as `undefined` when performing main Node.js load
-itself.
+The `parentModuleURL` is provided as `undefined` when performing main Node.js
+load itself.
The default Node.js ES module resolution function is provided as a third
argument to the resolver for easy compatibility workflows.