diff --git a/packages/core-compat-api/src/components/SystemIcon.test.tsx b/packages/core-compat-api/src/components/SystemIcon.test.tsx index ee3a20308d..12b8f41ea5 100644 --- a/packages/core-compat-api/src/components/SystemIcon.test.tsx +++ b/packages/core-compat-api/src/components/SystemIcon.test.tsx @@ -25,7 +25,7 @@ describe('SystemIcon', () => { expect(container.querySelector('svg')).toBeDefined(); }); - it('should render the first found ico when multiple keys are provided', async () => { + it('should render the first found icon when multiple keys are provided', async () => { const { container } = await renderInTestApp( , );