From 50af138424243a571a68a29bb89d95da460284ee Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 18 Jul 2023 13:15:21 -0400 Subject: [PATCH] fix typos --- src/components/icon/icon.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icon/icon.test.ts b/src/components/icon/icon.test.ts index 8d485fe4e..7d6a70361 100644 --- a/src/components/icon/icon.test.ts +++ b/src/components/icon/icon.test.ts @@ -155,7 +155,7 @@ describe('', () => { }); }); - describe('svg spritesheets', () => { + describe('svg sprite sheets', () => { // For some reason ESLint wants to fail in CI here, but works locally. /* eslint-disable */ it('Should properly grab an SVG and render it from bootstrap icons', async () => { @@ -192,7 +192,7 @@ describe('', () => { spriteSheet: true }); - const el = await fixture(html``); + const el = await fixture(html``); await elementUpdated(el);