Skip to content

Commit a21af4b

Browse files
doc: fix capitalization in module.md
PR-URL: #54488 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
1 parent 99f4a73 commit a21af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

Lines changed: 1 addition & 1 deletion
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)