From 9ae5df9933c44753fb6b0c97032ccfd67deafd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 5 Sep 2024 22:00:23 +0200 Subject: [PATCH] doc: fix typo in module.md --- 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 9b98231f02e52c..1cf1b9406eecde 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