Skip to content

Commit

Permalink
fix spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed May 19, 2022
1 parent b630664 commit 03acdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/tests/ast-alignment/utils.ts
Expand Up @@ -150,7 +150,7 @@ export function preprocessBabylonAST(ast: File): any {
type: AST_NODE_TYPES.Identifier,
};
}
// Babel does not support TS 4.7 optional vaiance yet.
// Babel does not support TS 4.7 optional variance yet.
if (!node.in) {
node.in = false;
}
Expand Down

0 comments on commit 03acdb3

Please sign in to comment.