Skip to content

Commit f32411e

Browse files
committed
Merge pull request github#992 from pra85/patch-1
Fixes typo in guides
2 parents 4609454 + 640a757 commit f32411e

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)