Skip to content

Commit e399c6d

Browse files
authored
fix: Typo in architecture.mdx (supabase#36583)
"We provide tools which make**s** Postgres as easy to use as Firebase." Remove superfluous **s**
1 parent 09ff123 commit e399c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/guides/getting-started/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Each Supabase project consists of several tools:
2929

3030
### Postgres (database)
3131

32-
Postgres is the core of Supabase. We do not abstract the Postgres database—you can access it and use it with full privileges. We provide tools which makes Postgres as easy to use as Firebase.
32+
Postgres is the core of Supabase. We do not abstract the Postgres database—you can access it and use it with full privileges. We provide tools which make Postgres as easy to use as Firebase.
3333

3434
- Official Docs: [postgresql.org/docs](https://www.postgresql.org/docs/current/index.html)
3535
- Source code: [github.com/postgres/postgres](https://github.com/postgres/postgres) (mirror)

0 commit comments

Comments
 (0)