We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9998987 commit 9324b45Copy full SHA for 9324b45
README.md
@@ -156,8 +156,8 @@ The source code is in `website/oauth2.py`. There are four standard grant types:
156
- Resource Owner Password Credentials Grant
157
158
And Refresh Token is implemented as a Grant in Authlib. You don't have to do
159
-any thing on Implicit and Client Credentials grants, but there are missing
160
-methods to be implemented in other grants, checkout the source code in
+anything on Implicit and Client Credentials grants, but there are missing
+methods to be implemented in other grants. Check out the source code in
161
`website/oauth2.py`.
162
163
0 commit comments