Skip to content

Commit

Permalink
Merge pull request supabase#1426 from markthom-as/patch-1
Browse files Browse the repository at this point in the history
Fix typo in supabase.yml
  • Loading branch information
kiwicopple committed May 5, 2021
2 parents e05bf00 + 09a6b98 commit acd4cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/spec/supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ pages:
.from('cities')
.select('name', { count: 'exact' })
```
- name: Quering JSON data
- name: Querying JSON data
description: |
If you have data inside of a JSONB column, you can apply select
and query filters to the data values. Postgres offers a
Expand Down

0 comments on commit acd4cab

Please sign in to comment.