Skip to content

Commit 8261502

Browse files
authored
Merge pull request #73 from DefteZ/master
Fix minor misprint in docstring
2 parents a8c3b8d + 56838bc commit 8261502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_jwt_extended/view_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

0 commit comments

Comments
 (0)