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 {
1152
1152
kind : SyntaxKind . NotEmittedStatement ;
1153
1153
}
1154
1154
/**
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.
1156
1156
*/
1157
1157
interface CommaListExpression extends Expression {
1158
1158
kind : SyntaxKind . CommaListExpression ;
Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ declare namespace ts {
1152
1152
kind : SyntaxKind . NotEmittedStatement ;
1153
1153
}
1154
1154
/**
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.
1156
1156
*/
1157
1157
interface CommaListExpression extends Expression {
1158
1158
kind : SyntaxKind . CommaListExpression ;
You can’t perform that action at this time.
0 commit comments