Merge pull request #29665 from GabDug/typos
chore(typos): fix various code typos
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user