chore(typos): Fix low-impact typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 14:19:31 +02:00
parent 129dfdb588
commit 72d019d663
83 changed files with 218 additions and 150 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',
};