From b0b6727accd54a28b1774595cb53cbf2a2dc075e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 17 Jul 2021 22:25:09 -0700 Subject: [PATCH] doc: remove _Addenda_ from headers --- doc/api/modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/modules.md b/doc/api/modules.md index 86b299c33003e1..4920a364eb75bd 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 @@ -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