Merge pull request #29665 from GabDug/typos

chore(typos): fix various code typos
This commit is contained in:
Fredrik Adelöw
2025-04-28 16:50:18 +02:00
committed by GitHub
83 changed files with 217 additions and 149 deletions
@@ -77,7 +77,7 @@ describe('Entity List Docs Grid', () => {
[starredEntitiesApiRef, new MockStarredEntitiesApi()],
);
it('should render all entitites without filtering', async () => {
it('should render all entities without filtering', async () => {
await renderInTestApp(
<ApiProvider apis={apiRegistry}>
<MockEntityListContextProvider value={{ entities: entities }}>
@@ -44,7 +44,7 @@ const mockEntityMetadata: Entity = {
};
const mockTechDocsMetadata: TechDocsMetadata = {
site_name: 'test-componnet',
site_name: 'test-component',
site_description: 'this is a test component',
};