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)
}>
Report to support
diff --git a/apps/www/_blog/2024-04-15-supabase-aquires-oriole.mdx b/apps/www/_blog/2024-04-15-supabase-acquires-oriole.mdx
similarity index 100%
rename from apps/www/_blog/2024-04-15-supabase-aquires-oriole.mdx
rename to apps/www/_blog/2024-04-15-supabase-acquires-oriole.mdx
diff --git a/apps/www/_blog/2024-04-19-ga-week-summary.mdx b/apps/www/_blog/2024-04-19-ga-week-summary.mdx
index 0eab8a1cdd..0a06de9118 100644
--- a/apps/www/_blog/2024-04-19-ga-week-summary.mdx
+++ b/apps/www/_blog/2024-04-19-ga-week-summary.mdx
@@ -67,7 +67,7 @@ Anonymous sign-ins can be used to create **temporary users** who haven't signed
[Oriole](https://github.com/orioledb/orioledb) is a table storage extension for Postgres. It is designed to be a drop-in replacement for Postgres' existing storage engine, and benchmarks show that it's significantly faster. Over time we hope that it can become available for any Postgres installation and we will continue to work with Oriole and the Postgres community to make this happen.
-[Read more.](https://supabase.com/blog/supabase-aquires-oriole)
+[Read more.](https://supabase.com/blog/supabase-acquires-oriole)
### #1: General Availability
diff --git a/apps/www/components/LaunchWeek/11/Releases/data/lw11_build_stage.tsx b/apps/www/components/LaunchWeek/11/Releases/data/lw11_build_stage.tsx
index 32437a6790..614827ef66 100644
--- a/apps/www/components/LaunchWeek/11/Releases/data/lw11_build_stage.tsx
+++ b/apps/www/components/LaunchWeek/11/Releases/data/lw11_build_stage.tsx
@@ -90,7 +90,7 @@ export const days: AdventDay[] = [
is_shipped: true,
links: [
{
- url: '/blog/supabase-aquires-oriole',
+ url: '/blog/supabase-acquires-oriole',
label: 'Blog post',
target: '_blank',
},
diff --git a/apps/www/components/Nav/RightClickBrandLogo.tsx b/apps/www/components/Nav/RightClickBrandLogo.tsx
index 82fc9c379c..4ceaf99ea6 100644
--- a/apps/www/components/Nav/RightClickBrandLogo.tsx
+++ b/apps/www/components/Nav/RightClickBrandLogo.tsx
@@ -107,7 +107,7 @@ const RightClickBrandLogo = () => {
>
{menuItems.map((section, sectionIdx) => (
- {sectionIdx !== 0 && }
+ {sectionIdx !== 0 && }
{section.map((menuItem, i) => (
{
)
}
-const DropdownSeperator = () =>
+const DropdownSeparator = () =>
interface MenuItemProps {
label: string
diff --git a/apps/www/data/ga.tsx b/apps/www/data/ga.tsx
index a287bf7851..e2d8fd431f 100644
--- a/apps/www/data/ga.tsx
+++ b/apps/www/data/ga.tsx
@@ -311,7 +311,7 @@ In addition to General Availability, we also have several other major announceme
- [Supabase Branching](https://supabase.com/blog/branching-publicly-available) works like Git branches. You can create and test database changes or try out features in a separate, temporary instance without affecting your production setup. Today Branching enters public availability.
-- Supabase has [acquired Oriole](https://supabase.com/blog/supabase-aquires-oriole). Oriole is a company founded by Postgres Hacker Alexander Korotkov to solve the hairy problems of Postgres.
+- Supabase has [acquired Oriole](https://supabase.com/blog/supabase-acquires-oriole). Oriole is a company founded by Postgres Hacker Alexander Korotkov to solve the hairy problems of Postgres.
- We're constantly on the lookout for ways to remove the friction in getting started with your new projects. [Supabase Bootstrap](https://supabase.com/blog/supabase-bootstrap) is now the easiest way to get started with Supabase and your favorite development framework.
diff --git a/apps/www/lib/redirects.js b/apps/www/lib/redirects.js
index 650c6148b9..2288b334a4 100644
--- a/apps/www/lib/redirects.js
+++ b/apps/www/lib/redirects.js
@@ -1175,6 +1175,11 @@ module.exports = [
source: '/blog/2022/08/03/supabase-beta-update-july-2022',
destination: '/blog/supabase-beta-update-july-2022',
},
+ {
+ permanent: true,
+ source: '/blog/supabase-aquires-oriole',
+ destination: '/blog/supabase-acquires-oriole',
+ },
// DOCS
{