Skip to content

Commit 5908893

Browse files
fix: typo
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent cd80300 commit 5908893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/a11y.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ describe('component accessibility audits', () => {
286286
expect(results.violations).toEqual([])
287287
})
288288

289-
it('should have no accessibility violations when its the current link', async () => {
289+
it('should have no accessibility violations when it\'s the current link', async () => {
290290
const component = await mountSuspended(TagLink, {
291291
props: { href: 'http://example.com', current: true },
292292
slots: { default: 'Tag content' },

0 commit comments

Comments
 (0)