diff --git a/web/spec/supabase.yml b/web/spec/supabase.yml index f3659225e0ade..b8a2a416322a9 100644 --- a/web/spec/supabase.yml +++ b/web/spec/supabase.yml @@ -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