Skip to content

Commit dc69eb8

Browse files
tniessenaduh95
authored andcommitted
doc: fix typo in module.md
PR-URL: #54794 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 237d7df commit dc69eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/module.md

Lines changed: 1 addition & 1 deletion
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)