From 41fe433f2f452c31a6edc9d5c99dfd30a0d1d308 Mon Sep 17 00:00:00 2001 From: shallow-beach <96891913+shallow-beach@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:07:22 -0700 Subject: [PATCH] Update modules.md c/e --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/modules.md b/doc/api/modules.md index b64cbd0e261b84..56d435115929d8 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -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.