Skip to content

Commit 02111f5

Browse files
authored
ENH: small doc typo fix. (#474)
1 parent a09f9b1 commit 02111f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/implicit_refresh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def refresh_expiring_jwts(response):
3838
set_access_cookies(response, access_token)
3939
return response
4040
except (RuntimeError, KeyError):
41-
# Case where there is not a valid JWT. Just return the original respone
41+
# Case where there is not a valid JWT. Just return the original response
4242
return response
4343

4444

0 commit comments

Comments
 (0)