chore: fix mispellings (#27793)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
^./i18n
|
||||
^./packages/api-types
|
||||
^./packages/api-types
|
||||
^./apps/www/lib/redirects.js
|
||||
@@ -48,7 +48,7 @@ export const ErrorBoundaryState = ({ error, resetErrorBoundary }: FallbackProps)
|
||||
<div className="flex items-center justify-center gap-x-2">
|
||||
<Button asChild type="default" icon={<ExternalLink />}>
|
||||
<Link
|
||||
href={`/support/new?category=dashboard_bug&subject=Client%20side%20exception%20occured%20on%20dashboard&message=${encodeURI(message)}`}
|
||||
href={`/support/new?category=dashboard_bug&subject=Client%20side%20exception%20occurred%20on%20dashboard&message=${encodeURI(message)}`}
|
||||
target="_blank"
|
||||
>
|
||||
Report to support
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
@@ -107,7 +107,7 @@ const RightClickBrandLogo = () => {
|
||||
>
|
||||
{menuItems.map((section, sectionIdx) => (
|
||||
<Fragment key={`cxtMenu-section-${sectionIdx}`}>
|
||||
{sectionIdx !== 0 && <DropdownSeperator />}
|
||||
{sectionIdx !== 0 && <DropdownSeparator />}
|
||||
<div className="p-1">
|
||||
{section.map((menuItem, i) => (
|
||||
<DropdownMenuItem
|
||||
@@ -144,7 +144,7 @@ const RightClickBrandLogo = () => {
|
||||
)
|
||||
}
|
||||
|
||||
const DropdownSeperator = () => <div className="h-px w-full bg-border" />
|
||||
const DropdownSeparator = () => <div className="h-px w-full bg-border" />
|
||||
|
||||
interface MenuItemProps {
|
||||
label: string
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user