Skip to content

Commit 4e0bb7a

Browse files
authored
Fix typo comment
1 parent a2205ad commit 4e0bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@ namespace ts {
28122812
}
28132813

28142814
/**
2815-
* Produces a cleaned version of compiler options with personally identifiying info (aka, paths) removed.
2815+
* Produces a cleaned version of compiler options with personally identifying info (aka, paths) removed.
28162816
* Also converts enum values back to strings.
28172817
*/
28182818
/* @internal */

0 commit comments

Comments
 (0)