Skip to content

Commit 0ba5322

Browse files
DefteZvimalloc
authored andcommitted
Fix typo in log message (#285)
1 parent a2af593 commit 0ba5322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_jwt_extended/jwt_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def handle_expired_error(e):
106106
except TypeError:
107107
msg = (
108108
"jwt.expired_token_loader callback now takes the expired token "
109-
"as an additional paramter. Example: expired_callback(token)"
109+
"as an additional parameter. Example: expired_callback(token)"
110110
)
111111
warn(msg, DeprecationWarning)
112112
return self._expired_token_callback()

0 commit comments

Comments
 (0)