From 0fba0639dfd6453f1e1454e7daee40245ab5515e Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Sun, 28 Aug 2022 23:12:25 +0930 Subject: [PATCH] =?UTF-8?q?spelling=20=F0=9F=A4=A6=E2=80=8D=E2=99=82?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../typescript-estree/tests/ast-alignment/fixtures-to-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',