Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46c99ed

Browse filesBrowse files
watildeaduh95
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 6e097ee commit 46c99ed
Copy full SHA for 46c99ed

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/module.md‎

Copy file name to clipboardExpand all lines: doc/api/module.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.