Merge pull request #23980 from ialexryan/patch-2

Fix comment typo in types.ts
This commit is contained in:
Mohamed Hegazy
2018-05-08 15:00:38 -07:00
committed by GitHub

View File

@@ -1879,7 +1879,7 @@ namespace ts {
}
/**
* A list of comma-seperated expressions. This node is only created by transformations.
* A list of comma-separated expressions. This node is only created by transformations.
*/
export interface CommaListExpression extends Expression {
kind: SyntaxKind.CommaListExpression;