diff --git a/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts b/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts index e4008b35261..10c42e4dd02 100644 --- a/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts +++ b/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts @@ -440,7 +440,7 @@ tester.addFixturePatternConfig('typescript/decorators/class-decorators', { ignore: [ /** * babel sets the range of the export node to the start of the decorator - * tsestree sets it to the start of the export keyword + * TSESTree sets it to the start of the export keyword */ 'export-default-class-decorator', 'export-named-class-decorator',