diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 4e879e035e2..1ac84792152 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -1879,7 +1879,7 @@ namespace ts { } /** - * 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. */ export interface CommaListExpression extends Expression { kind: SyntaxKind.CommaListExpression;