Fix typo comment

This commit is contained in:
Michael Tang 2018-11-11 19:03:46 -08:00 committed by GitHub
parent a2205ad53d
commit 4e0bb7a80a
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 */