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
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-18 08:25:09 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-04 16:14:32 +0300
commitd17afa08bd6bc65525a866a75cfdd2575eca3f80 (patch)
treeb1230b898fad826e21a80e701a30cc2f5fa9773a /doc
parent6e06b2ff9da7b15e5c3c5ea0826f73cc5975e19b (diff)
doc: remove _Addenda_ from headers
PR-URL: https://github.com/nodejs/node/pull/39427 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 5d28ffec886..3d2d413f56b 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -78,7 +78,7 @@ Because `module` provides a `filename` property (normally equivalent to
`__filename`), the entry point of the current application can be obtained
by checking `require.main.filename`.
-## Addenda: Package manager tips
+## Package manager tips
<!-- type=misc -->
@@ -131,7 +131,7 @@ variable. Since the module lookups using `node_modules` folders are all
relative, and based on the real path of the files making the calls to
`require()`, the packages themselves can be anywhere.
-## Addenda: The `.mjs` extension
+## The `.mjs` extension
It is not possible to `require()` files that have the `.mjs` extension.
Attempting to do so will throw [an error][]. The `.mjs` extension is