Skip to content

Commit bce807f

Browse files
tniessenlouwers
authored andcommitted
doc: fix typo in module.md
PR-URL: nodejs#54794 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent c90a28b commit bce807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ changes:
171171
-->
172172
173173
The module compile cache can be enabled either using the [`module.enableCompileCache()`][]
174-
method or the [`NODE_COMPILE_CACHE=dir`][] environemnt variable. After it's enabled,
174+
method or the [`NODE_COMPILE_CACHE=dir`][] environment variable. After it is enabled,
175175
whenever Node.js compiles a CommonJS or a ECMAScript Module, it will use on-disk
176176
[V8 code cache][] persisted in the specified directory to speed up the compilation.
177177
This may slow down the first load of a module graph, but subsequent loads of the same module

0 commit comments

Comments
 (0)