We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2af593 commit 0ba5322Copy full SHA for 0ba5322
flask_jwt_extended/jwt_manager.py
@@ -106,7 +106,7 @@ def handle_expired_error(e):
106
except TypeError:
107
msg = (
108
"jwt.expired_token_loader callback now takes the expired token "
109
- "as an additional paramter. Example: expired_callback(token)"
+ "as an additional parameter. Example: expired_callback(token)"
110
)
111
warn(msg, DeprecationWarning)
112
return self._expired_token_callback()
0 commit comments