From 0c64093dc4831ffdfb82ba1030af6b430a9c3710 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 14 Apr 2022 11:22:15 -0700 Subject: [PATCH] doc: revise data imports and node: imports sections Revise for conformance with style guide and clarity. PR-URL: https://github.com/nodejs/node/pull/42734 Reviewed-By: Antoine du Hamel Reviewed-By: Mohammed Keyvanzadeh --- doc/api/esm.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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