From 4e0bb7a80a77ca70ed75e827cd602beaa2eac13b Mon Sep 17 00:00:00 2001 From: Michael Tang Date: Sun, 11 Nov 2018 19:03:46 -0800 Subject: [PATCH] Fix typo comment --- src/compiler/commandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index e3b6fe69d21..20f4e6d983c 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -2812,7 +2812,7 @@ namespace ts { } /** - * Produces a cleaned version of compiler options with personally identifiying info (aka, paths) removed. + * Produces a cleaned version of compiler options with personally identifying info (aka, paths) removed. * Also converts enum values back to strings. */ /* @internal */