Skip to content

Commit 846806b

Browse files
committed
doc: fix duplicate word "for for" in compile cache
PR-URL: #62917 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
1 parent 11f76b4 commit 846806b

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)