◐ Shell
clean mode source ↗

doc: fix duplicate word "for for" in compile cache · nodejs/node@46c99ed

Original file line numberDiff line numberDiff line change

@@ -406,7 +406,7 @@ This may slow down the first load of a module graph, but subsequent loads of the

406406

graph may get a significant speedup if the contents of the modules do not change.

407407
408408

To clean up the generated compile cache on disk, simply remove the cache directory. The cache

409-

directory will be recreated the next time the same directory is used for for compile cache

409+

directory will be recreated the next time the same directory is used for compile cache

410410

storage. To avoid filling up the disk with stale cache, it is recommended to use a directory

411411

under the [`os.tmpdir()`][]. If the compile cache is enabled by a call to

412412

[`module.enableCompileCache()`][] without specifying the `directory`, Node.js will use