8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237d7df commit dc69eb8Copy full SHA for dc69eb8
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