From 89fdea4e2dc0e0039aef314ad92583b1e871eb18 Mon Sep 17 00:00:00 2001 From: Alaister Young Date: Thu, 4 Jul 2024 15:37:18 +0800 Subject: [PATCH] chore: fix mispellings (#27793) --- .misspell-fixer.ignore | 3 ++- apps/studio/components/ui/ErrorBoundaryState.tsx | 2 +- ...es-oriole.mdx => 2024-04-15-supabase-acquires-oriole.mdx} | 0 apps/www/_blog/2024-04-19-ga-week-summary.mdx | 2 +- .../LaunchWeek/11/Releases/data/lw11_build_stage.tsx | 2 +- apps/www/components/Nav/RightClickBrandLogo.tsx | 4 ++-- apps/www/data/ga.tsx | 2 +- apps/www/lib/redirects.js | 5 +++++ 8 files changed, 13 insertions(+), 7 deletions(-) rename apps/www/_blog/{2024-04-15-supabase-aquires-oriole.mdx => 2024-04-15-supabase-acquires-oriole.mdx} (100%) diff --git a/.misspell-fixer.ignore b/.misspell-fixer.ignore index 2bfab3e9e9..1b26bc40f9 100644 --- a/.misspell-fixer.ignore +++ b/.misspell-fixer.ignore @@ -1,2 +1,3 @@ ^./i18n -^./packages/api-types \ No newline at end of file +^./packages/api-types +^./apps/www/lib/redirects.js \ No newline at end of file diff --git a/apps/studio/components/ui/ErrorBoundaryState.tsx b/apps/studio/components/ui/ErrorBoundaryState.tsx index 54b8759c32..f531831d1d 100644 --- a/apps/studio/components/ui/ErrorBoundaryState.tsx +++ b/apps/studio/components/ui/ErrorBoundaryState.tsx @@ -48,7 +48,7 @@ export const ErrorBoundaryState = ({ error, resetErrorBoundary }: FallbackProps)