Fix comment typo in types.ts

This commit is contained in:
Alex Ryan
2018-05-08 14:51:49 -07:00
committed by GitHub
parent b85ecd2e20
commit f9bd3afb8f

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;