Merge pull request #28478 from mita4829/master

Fix spelling mistake in a comment for commandLineParser.ts
This commit is contained in:
Sheetal Nandi 2018-11-12 08:34:05 -08:00 committed by GitHub
commit c09e042243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */