Skip to content

Commit 640a757

Browse files
committed
Fixes typo in guides
Found a spelling mistake - `posible` > `possible`
1 parent 4609454 commit 640a757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if the application had asked for `user` scope, it might have been granted only
151151
`user:email` scope. In that case, the application wouldn't have been granted
152152
what it asked for, but the granted scopes would have still been sufficient.
153153

154-
Checking for scopes only before making requests is not enough since it's posible
154+
Checking for scopes only before making requests is not enough since it's possible
155155
that users will change the scopes in between your check and the actual request.
156156
In case that happens, API calls you expected to succeed might fail with a `404`
157157
or `401` status, or return a different subset of information.

0 commit comments

Comments
 (0)