Accept typo fix (#23983)

This commit is contained in:
Wesley Wigham
2018-05-08 15:49:35 -07:00
committed by GitHub
parent 01ae7f1798
commit 1d7dc6aeb8
2 changed files with 2 additions and 2 deletions

View File

@@ -1152,7 +1152,7 @@ declare namespace ts {
kind: SyntaxKind.NotEmittedStatement;
}
/**
* 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.
*/
interface CommaListExpression extends Expression {
kind: SyntaxKind.CommaListExpression;

View File

@@ -1152,7 +1152,7 @@ declare namespace ts {
kind: SyntaxKind.NotEmittedStatement;
}
/**
* 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.
*/
interface CommaListExpression extends Expression {
kind: SyntaxKind.CommaListExpression;