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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;