Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove repeated word
While reading the docs, I noticed the word "for" was repeated twice. I removed one "for" from the sentence.
  • Loading branch information
kodekage authored Apr 19, 2020
commit e828b5afce2cd32150a4c38bd7861fa8e82cc39a
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ added: v13.7.0
> Stability: 1 - Experimental
Helpers for for interacting with the source map cache. This cache is
Helpers for interacting with the source map cache. This cache is
populated when source map parsing is enabled and
[source map include directives][] are found in a modules' footer.
Expand Down