Skip to content

Commit

Permalink
docs: Typo in examples.md ("fo" -> "so") (#25)
Browse files Browse the repository at this point in the history
readyyyk authored Nov 16, 2023
1 parent faf9662 commit 82c0ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/user_guide/examples.md
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ def refresh(
def read_current_user(
credentials: JwtAuthorizationCredentials = Security(access_security)
):
# auto_error=False, fo we should check manually
# auto_error=False, so we should check manually
if not credentials:
raise HTTPException(status_code=401, detail='my-custom-details')

0 comments on commit 82c0ea8

Please sign in to comment.