From 3fdaeba9e698edb36470d9bd76106f22a7af6932 Mon Sep 17 00:00:00 2001 From: JounQin Date: Wed, 28 Feb 2024 18:52:11 +0800 Subject: [PATCH] doc: remove redundant backquote which breaks sentence PR-URL: https://github.com/nodejs/node/pull/51904 Reviewed-By: Moshe Atlow Reviewed-By: Jacob Smith Reviewed-By: theanarkh Reviewed-By: Qingyu Deng --- 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 f19e22009586de..9bd758c9b9aab5 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -384,7 +384,7 @@ added: changes: - version: v20.6.0 pr-url: https://github.com/nodejs/node/pull/49028 - description: Unflag `import.meta.resolve``, with `parentURL` parameter still + description: Unflag `import.meta.resolve`, with `parentURL` parameter still flagged. - version: v20.6.0 pr-url: https://github.com/nodejs/node/pull/49038