Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwebdev authored Sep 26, 2022
1 parent 8177871 commit 7c2bea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ apiKey: <supabase_anon_key>
```

> Note: In order for the RLS policies authenticate you, you have to pass an authorization header:
> 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)):
```
authorization: Bearker <access_token>
authorization: Bearer <access_token>
```

Expand Down

1 comment on commit 7c2bea9

@vercel
Copy link

@vercel vercel bot commented on 7c2bea9 Sep 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.