summaryrefslogtreecommitdiff
path: root/doc/api/esm.md
diff options
context:
space:
mode:
authorsreepurnajasti <sreepurna.jasti@gmail.com>2017-12-31 15:15:43 +0530
committerTobias Nießen <tniessen@tnie.de>2017-12-31 18:14:25 +0100
commitb21e3f0711ca989fe21bd4484b58d03e5693f859 (patch)
tree1d433c8fd4913258fadb36f47359331512e9a222 /doc/api/esm.md
parent1fa4f5df3a3c12017faf048aae1523b4ee1613de (diff)
downloadandroid-node-v8-b21e3f0711ca989fe21bd4484b58d03e5693f859.tar.gz
android-node-v8-b21e3f0711ca989fe21bd4484b58d03e5693f859.tar.bz2
android-node-v8-b21e3f0711ca989fe21bd4484b58d03e5693f859.zip
doc: fix duplicate words & spellings in docs
PR-URL: https://github.com/nodejs/node/pull/17923 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Diffstat (limited to 'doc/api/esm.md')
-rw-r--r--doc/api/esm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index ef9adbdc73..08d3ea6b30 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -206,7 +206,7 @@ export async function dynamicInstantiate(url) {
```
With the list of module exports provided upfront, the `execute` function will
-then be called at the exact point of module evalutation order for that module
+then be called at the exact point of module evaluation order for that module
in the import tree.
[Node.js EP for ES Modules]: https://github.com/nodejs/node-eps/blob/master/002-es-modules.md