From 5971d58600a73bdfaa5fefb9d1918422907138ca Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 14 Jan 2022 17:56:47 +0100 Subject: [PATCH] doc: add missing YAML tag in `esm.md` Refs: https://github.com/nodejs/node/pull/41434 PR-URL: https://github.com/nodejs/node/pull/41516 Backport-PR-URL: https://github.com/nodejs/node/pull/41518 Reviewed-By: Richard Lau Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig --- 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 ecb737b0f58c88..7bf5ff14c89e77 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -548,7 +548,7 @@ would provide the exports interface for the instantiation of `module.wasm`. ## Top-level `await` -