diff --git a/src/components/checkbox/checkbox.test.ts b/src/components/checkbox/checkbox.test.ts index 16e6192a..e3d0e58c 100644 --- a/src/components/checkbox/checkbox.test.ts +++ b/src/components/checkbox/checkbox.test.ts @@ -22,7 +22,7 @@ describe('', () => { expect(el.defaultChecked).to.be.false; }); - it('should have title if title attribute isset', async () => { + it('should have title if title attribute is set', async () => { const el = await fixture(html` `); const input = el.shadowRoot!.querySelector('input')!;