From 5fb9083b1a3bd2b89d9c013f11bb4ad0f69b8cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 6 Sep 2024 01:11:54 +0200 Subject: [PATCH] doc: fix typo in module.md PR-URL: https://github.com/nodejs/node/pull/54794 Reviewed-By: Antoine du Hamel Reviewed-By: Joyee Cheung --- doc/api/module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/module.md b/doc/api/module.md index ad5ce86c5328a1..3bb25c3f313da1 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -171,7 +171,7 @@ changes: --> The module compile cache can be enabled either using the [`module.enableCompileCache()`][] -method or the [`NODE_COMPILE_CACHE=dir`][] environemnt variable. After it's enabled, +method or the [`NODE_COMPILE_CACHE=dir`][] environment variable. After it is enabled, whenever Node.js compiles a CommonJS or a ECMAScript Module, it will use on-disk [V8 code cache][] persisted in the specified directory to speed up the compilation. This may slow down the first load of a module graph, but subsequent loads of the same module