Skip to content

Commit c693a2b

Browse files
authored
Replace "defining" with "define" (#517)
1 parent a6ca565 commit c693a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blocklist_and_token_revoking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JWT Revoking / Blocklist
44
========================
55
JWT revoking is a mechanism for preventing an otherwise valid JWT from accessing your
66
routes while still letting other valid JWTs in. To utilize JWT revoking in this
7-
extension, you must defining a callback function via the
7+
extension, you must define a callback function via the
88
:meth:`~flask_jwt_extended.JWTManager.token_in_blocklist_loader` decorator.
99
This function is called whenever a valid JWT is used to access a protected route.
1010
The callback will receive the JWT header and JWT payload as arguments, and must

0 commit comments

Comments
 (0)