Skip to content

Commit d3ac458

Browse files
authored
fix(docs): change 'countries' to 'characters' to match JS example to data source (supabase#39840)
1 parent 9fcabb5 commit d3ac458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/spec/supabase_js_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6571,7 +6571,7 @@ functions:
65716571
code: |
65726572
```ts
65736573
const { data, error } = await supabase
6574-
.from('countries')
6574+
.from('characters')
65756575
.select('name')
65766576
.range(0, 1)
65776577
```

0 commit comments

Comments
 (0)