File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ declare namespace ts {
11521152 kind : SyntaxKind . NotEmittedStatement ;
11531153 }
11541154 /**
1155- * A list of comma-seperated expressions. This node is only created by transformations.
1155+ * A list of comma-separated expressions. This node is only created by transformations.
11561156 */
11571157 interface CommaListExpression extends Expression {
11581158 kind : SyntaxKind . CommaListExpression ;
Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ declare namespace ts {
11521152 kind : SyntaxKind . NotEmittedStatement ;
11531153 }
11541154 /**
1155- * A list of comma-seperated expressions. This node is only created by transformations.
1155+ * A list of comma-separated expressions. This node is only created by transformations.
11561156 */
11571157 interface CommaListExpression extends Expression {
11581158 kind : SyntaxKind . CommaListExpression ;
You can’t perform that action at this time.
0 commit comments