We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4a7b7 commit d53e6cfCopy full SHA for d53e6cf
doc/api/modules.md
@@ -387,7 +387,7 @@ described in greater detail elsewhere in this documentation.
387
The built-in modules are defined within the Node.js source and are located in the
388
`lib/` folder.
389
390
-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
391
it bypasses the `require` cache. For instance, `require('node:http')` will
392
always return the built in HTTP module, even if there is `require.cache` entry
393
by that name.
0 commit comments