From e2d22060ab589b1202caad8499f4080676e1d35e Mon Sep 17 00:00:00 2001 From: Shubham Parihar <51517103+iShibi@users.noreply.github.com> Date: Sat, 24 Oct 2020 14:54:06 +0530 Subject: [PATCH] doc: fix a typo in CHANGELOG_V12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35786 Reviewed-By: Gireesh Punathil Reviewed-By: Rich Trott Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda Reviewed-By: Daijiro Wachi Reviewed-By: Ricky Zhou <0x19951125@gmail.com> --- doc/changelogs/CHANGELOG_V12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md index ee9d5c9715f5bd..b06ebe4fd6cbb3 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