From f9bd3afb8fe6436d48bb03f1be5fa96e695df55f Mon Sep 17 00:00:00 2001 From: Alex Ryan Date: Tue, 8 May 2018 14:51:49 -0700 Subject: [PATCH] Fix comment typo in types.ts --- src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;