Skip to content

Commit

Permalink
Fix typo 2
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Astapov <SergeAstapov@gmail.com>
  • Loading branch information
vstefanovic97 and SergeAstapov committed Feb 21, 2024
1 parent 2778aff commit c08c8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-packages/gjs-gts-ignore-template-plugin-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('gjs-gts-ignore-template-plugin', () => {
expect(code).toMatchSnapshot();
});

it('it skips files if it`s a regulat ts file', async () => {
it('it skips files if it`s a regular ts file', async () => {
const example = `
import { template } from "@ember/template-compiler";
import { on } from '@ember/modifier';
Expand Down

0 comments on commit c08c8c7

Please sign in to comment.