Skip to content

Commit 4fd8db6

Browse files
TrottBethGriggs
authored andcommitted
doc: remove _Addenda_ from headers
PR-URL: #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>
1 parent ce2011b commit 4fd8db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Because `module` provides a `filename` property (normally equivalent to
7878
`__filename`), the entry point of the current application can be obtained
7979
by checking `require.main.filename`.
8080

81-
## Addenda: Package manager tips
81+
## Package manager tips
8282

8383
<!-- type=misc -->
8484

@@ -131,7 +131,7 @@ variable. Since the module lookups using `node_modules` folders are all
131131
relative, and based on the real path of the files making the calls to
132132
`require()`, the packages themselves can be anywhere.
133133

134-
## Addenda: The `.mjs` extension
134+
## The `.mjs` extension
135135

136136
It is not possible to `require()` files that have the `.mjs` extension.
137137
Attempting to do so will throw [an error][]. The `.mjs` extension is

0 commit comments

Comments
 (0)