Skip to content

Commit 1d7dc6a

Browse files
authored
Accept typo fix (microsoft#23983)
1 parent 01ae7f1 commit 1d7dc6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)