fix: fixed typo in blog section (#20389)

fix: fixed typos in blog section
This commit is contained in:
Giftea ☕
2024-01-15 15:23:31 +01:00
committed by GitHub
parent 74aedf1a45
commit 07ffb004b6
3 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ You don't actually need to build an OAuth Application to build an integration wi
The [Trigger.dev](https://trigger.dev) team deserve a special shout out. While developing their Integration they also developed [supabase-management-js](https://github.com/supabase-community/supabase-management-js), a Typescript library for the [Supabase Management API](/docs/reference/api/introduction). This makes it even easier to get started with the Supabase API.
It's useful beyond just integrations. Want to programatically spin up databases? Easy:
It's useful beyond just integrations. Want to programmatically spin up databases? Easy:
```tsx
import { SupabaseManagementAPI } from "supabase-management-js";

View File

@@ -252,7 +252,7 @@ In the future, you connect to a distinct multi-tenant Supavisor cluster through
src="/images/blog/2023-08-11-supavisor-1-million/supavisor-tests--supavisor-and-supabase.png"
/>
We ran 5,000 queries per second for each configuration, this time experimenting with `insert` query. To make the expreriment more realistic, we enabled the PostGIS extension to store coordinates:
We ran 5,000 queries per second for each configuration, this time experimenting with `insert` query. To make the experiment more realistic, we enabled the PostGIS extension to store coordinates:
```sql
insert into positions (

View File

@@ -38,11 +38,11 @@ And now, without further ado, congratulations to the winners of the Supabase Lau
### Winner
[Tweeets](https://github.com/Steellgold/tweeets) - by [@Steellgold](https://twitter.com/Steellgold)
[Tweets](https://github.com/Steellgold/tweeets) - by [@Steellgold](https://twitter.com/Steellgold)
Generate tweets using AI, based on your own tweets or your own parameters. Share your tweets models with your friends and the world.
![Tweeets](/images/blog/lw8-hackathon-winners/lw8-hackathon.jpg)
![Tweets](/images/blog/lw8-hackathon-winners/lw8-hackathon.jpg)
### Runner Up