Skip to content

Commit

Permalink
doc: fix capitalization in module.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
shallow-beach authored and RafaelGSS committed Aug 30, 2024
1 parent 0d7171d commit 61affd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ described in greater detail elsewhere in this documentation.
The built-in modules are defined within the Node.js source and are located in the
`lib/` folder.

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

0 comments on commit 61affd7

Please sign in to comment.