We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90a28b commit bce807fCopy full SHA for bce807f
doc/api/module.md
@@ -171,7 +171,7 @@ changes:
171
-->
172
173
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,
+method or the [`NODE_COMPILE_CACHE=dir`][] environment variable. After it is enabled,
175
whenever Node.js compiles a CommonJS or a ECMAScript Module, it will use on-disk
176
[V8 code cache][] persisted in the specified directory to speed up the compilation.
177
This may slow down the first load of a module graph, but subsequent loads of the same module
0 commit comments