diff --git a/public/app/core/navigation/GrafanaRoute.test.tsx b/public/app/core/navigation/GrafanaRoute.test.tsx
index 5aae04ab446..bf6efb99c83 100644
--- a/public/app/core/navigation/GrafanaRoute.test.tsx
+++ b/public/app/core/navigation/GrafanaRoute.test.tsx
@@ -67,7 +67,7 @@ describe('GrafanaRoute', () => {
setup({ route: { component: PageComponent, path: '' } });
- expect(await screen.findByRole('heading', { name: 'An unexpected error happend' })).toBeInTheDocument();
+ expect(await screen.findByRole('heading', { name: 'An unexpected error happened' })).toBeInTheDocument();
expect(consoleError).toHaveBeenCalled();
});
});
diff --git a/public/app/core/navigation/GrafanaRouteError.tsx b/public/app/core/navigation/GrafanaRouteError.tsx
index e0eba15da70..6540312028a 100644
--- a/public/app/core/navigation/GrafanaRouteError.tsx
+++ b/public/app/core/navigation/GrafanaRouteError.tsx
@@ -43,7 +43,7 @@ export function GrafanaRouteError({ error, errorInfo }: Props) {
)}
{!isChunkLoadingError && (
-
+
)}