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/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-18 08:25:09 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-07-19 20:18:42 +0300
commita73fcda57083d3438cbe7a5bb4606e4c99eba5b5 (patch)
treee9ff6312782aef9e389453a6dc81159cce4455b2 /doc/api
parent7959b6d8e9b962b801bcc4aafef89da6ab0368ef (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/api')
-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 86b299c3300..4920a364eb7 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