From 1702d2632e5757d68b0ae954e507cb0aa435ffe9 Mon Sep 17 00:00:00 2001 From: Pop Moore <45518957+popmoore@users.noreply.github.com> Date: Tue, 28 May 2024 01:51:10 +0800 Subject: [PATCH] doc: fix format in `esm.md` PR-URL: https://github.com/nodejs/node/pull/53170 Reviewed-By: Antoine du Hamel Reviewed-By: Geoffrey Booth Reviewed-By: Deokjin Kim Reviewed-By: Luigi Pinca --- doc/api/esm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index 7a5c053f317d5b..d9aecc225a4508 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -366,9 +366,9 @@ added: > Stability: 1.2 - Release candidate * {string} The full absolute path and filename of the current module, with -* symlinks resolved. + symlinks resolved. * This is the same as the [`url.fileURLToPath()`][] of the -* [`import.meta.url`][]. + [`import.meta.url`][]. > **Caveat** only local modules support this property. Modules not using the > `file:` protocol will not provide it.