doc: fix capitalization in module.md

PR-URL: https://github.com/nodejs/node/pull/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>
pull/54516/head
shallow-beach 2024-08-22 17:52:53 -07:00 committed by GitHub
parent 99f4a73b81
commit a21af4bfb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.