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:
authorShubham Parihar <51517103+iShibi@users.noreply.github.com>2020-10-24 12:24:06 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2020-10-26 05:30:19 +0300
commite2d22060ab589b1202caad8499f4080676e1d35e (patch)
tree0fa9751a33a2556cee5bc9d5c50d45829720a29b
parentba907ff750ea18df743252b09f2c29d35ebe285d (diff)
doc: fix a typo in CHANGELOG_V12
PR-URL: https://github.com/nodejs/node/pull/35786 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
-rw-r--r--doc/changelogs/CHANGELOG_V12.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md
index ee9d5c9715f..b06ebe4fd6c 100644
--- a/doc/changelogs/CHANGELOG_V12.md
+++ b/doc/changelogs/CHANGELOG_V12.md
@@ -947,7 +947,7 @@ occur in any future release.” Users should be cautious when using the feature
in production environments.
Unlike Node.js 14, using ESM will still emit a runtime experimental warning,
-either when a module is used a the application's entrypoint or the first time
+either when a module is used at the application's entrypoint or the first time
dynamic `import()` is called.
Please keep in mind that the implementation of ESM in Node.js differs from the