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.