Skip to content

Commit 75ed4fd

Browse files
committed
doc: fix duplicate word "for for" in compile cache
1 parent 800f582 commit 75ed4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ This may slow down the first load of a module graph, but subsequent loads of the
372372
graph may get a significant speedup if the contents of the modules do not change.
373373
374374
To clean up the generated compile cache on disk, simply remove the cache directory. The cache
375-
directory will be recreated the next time the same directory is used for for compile cache
375+
directory will be recreated the next time the same directory is used for compile cache
376376
storage. To avoid filling up the disk with stale cache, it is recommended to use a directory
377377
under the [`os.tmpdir()`][]. If the compile cache is enabled by a call to
378378
[`module.enableCompileCache()`][] without specifying the `directory`, Node.js will use

0 commit comments

Comments
 (0)