fix: fixed typo in blog section (#20389)
fix: fixed typos in blog section
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
### Runner Up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user