We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f4a73 commit a21af4bCopy full SHA for a21af4b
doc/api/modules.md
@@ -417,7 +417,7 @@ described in greater detail elsewhere in this documentation.
417
The built-in modules are defined within the Node.js source and are located in the
418
`lib/` folder.
419
420
-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
421
it bypasses the `require` cache. For instance, `require('node:http')` will
422
always return the built in HTTP module, even if there is `require.cache` entry
423
by that name.
0 commit comments