Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du HAMEL <duhamelantoine1995@gmail.com>2020-08-07 11:40:45 +0300
committerRich Trott <rtrott@gmail.com>2020-08-23 14:59:42 +0300
commit22e3ada0c12e61d17e9bbd28a3ab456daec17d75 (patch)
treec7fd586082c62e4c31f5624563ad857c79e61edc /doc/api/esm.md
parent9c55970c332eb60046419d7854a3c7009b973b02 (diff)
doc: rename module pages
Using a "Modules:" prefix groups all the related pages together when using alphabetical order. Refs: https://github.com/nodejs/modules/issues/539 PR-URL: https://github.com/nodejs/node/pull/34663 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/esm.md')
-rw-r--r--doc/api/esm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 2c860c710c6..302f234c038 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -1,4 +1,4 @@
-# ECMAScript modules
+# Modules: ECMAScript modules
<!--introduced_in=v8.5.0-->
<!-- type=misc -->