Skip to content

Commit cde73f7

Browse files
watildejuanarbol
authored andcommitted
doc: fix duplicate word "for for" in compile cache
PR-URL: #62917 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
1 parent 96a74f1 commit cde73f7

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
@@ -537,7 +537,7 @@ This may slow down the first load of a module graph, but subsequent loads of the
537537
graph may get a significant speedup if the contents of the modules do not change.
538538
539539
To clean up the generated compile cache on disk, simply remove the cache directory. The cache
540-
directory will be recreated the next time the same directory is used for for compile cache
540+
directory will be recreated the next time the same directory is used for compile cache
541541
storage. To avoid filling up the disk with stale cache, it is recommended to use a directory
542542
under the [`os.tmpdir()`][]. If the compile cache is enabled by a call to
543543
[`module.enableCompileCache()`][] without specifying the directory, Node.js will use

0 commit comments

Comments
 (0)