Address minor nits in new frontend system docs

Fix some small typos, correct some casing, and add a link to
an area that I struggled to understand without guidance.

Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
This commit is contained in:
Mitchell Hentges
2024-01-26 16:30:54 +01:00
parent d974fb3f6d
commit 68cc58ffef
4 changed files with 7 additions and 7 deletions
@@ -70,7 +70,7 @@ describe('Entity details component', () => {
await renderInTestApp(
<TestApiProvider apis={[[catalogApiRef, catalogApiMock]]}>
<EntityDetails entitRef={entityRef} />
<EntityDetails entityRef={entityRef} />
</TestApiProvider>,
);