diff --git a/doc/api/esm.md b/doc/api/esm.md index 29e7936a80366b..6e7356740dc880 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -174,7 +174,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