Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61affd7

Browse filesBrowse files
shallow-beachRafaelGSS
authored andcommitted
doc: fix capitalization in module.md
PR-URL: #54488 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
1 parent 0d7171d commit 61affd7
Copy full SHA for 61affd7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/modules.md‎

Copy file name to clipboardExpand all lines: doc/api/modules.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ described in greater detail elsewhere in this documentation.
417417
The built-in modules are defined within the Node.js source and are located in the
418418
`lib/` folder.
419419

420-
built-in modules can be identified using the `node:` prefix, in which case
420+
Built-in modules can be identified using the `node:` prefix, in which case
421421
it bypasses the `require` cache. For instance, `require('node:http')` will
422422
always return the built in HTTP module, even if there is `require.cache` entry
423423
by that name.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.