Skip to content

Commit 7c2bea9

Browse files
authored
fix: typo
1 parent 8177871 commit 7c2bea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ apiKey: <supabase_anon_key>
160160
161161
```
162162

163-
> Note: In order for the RLS policies authenticate you, you have to pass an authorization header:
163+
> Note: In order for the RLS policies authenticate you, you have to pass an authorization header ([see example](https://github.com/supabase-community/supabase-graphql-example/blob/main/app/lib/urql.tsx#L15)):
164164
165165
```
166-
authorization: Bearker <access_token>
166+
authorization: Bearer <access_token>
167167
168168
```
169169

0 commit comments

Comments
 (0)