From e2278d9687e270e54a4136fa7e207669bc3002db Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 14 Jan 2022 12:53:49 +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 --- 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` -