Skip to content

Commit 419f4f7

Browse files
Fix typo (#434)
1 parent 96b1c60 commit 419f4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v4_upgrade_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ General Changes
4343
a ``RuntimeError`` when called outside of a protected context (ie if you forgot
4444
``@jwt.required()`` or ``verify_jwt_in_request()``). Previously these calls
4545
would return ``None``.
46-
- Calling ``get_jwt()`` or ``get_jwt_header()`` will return an emptry dictionary
46+
- Calling ``get_jwt()`` or ``get_jwt_header()`` will return an empty dictionary
4747
if called from an optionally protected endpoint. Previously this would return ``None``.
4848
- Calling ``get_current_user()`` or ``current_user`` will raise a ``RuntimeError``
4949
if no ``@jwt.user_lookup_loader`` callback is defined.

0 commit comments

Comments
 (0)