Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flask_jwt_extended/view_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def jwt_required(fn):
"""
If you decorate a vew with this, it will ensure that the requester has a
If you decorate a view with this, it will ensure that the requester has a
valid JWT before calling the actual view. This does not check the freshness
of the token.

Expand Down