From 8a6cfae9ddd47324ec08708fea83b1fd3a17f8d2 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 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