diff --git a/doc/api/esm.md b/doc/api/esm.md index c0f7e5fe3f72c3..bea63a9d20c5aa 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -178,7 +178,7 @@ The volume root may be referenced via `/`, `//` or `file:///`. Given the differences between [URL][] and path resolution (such as percent encoding details), it is recommended to use [url.pathToFileURL][] when importing a path. -#### `data:` Imports +#### `data:` imports