Skip to content

Commit

Permalink
✏️ Fix typo in fastapi/security/oauth2.py (#10972)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Jan 15, 2024
1 parent 2c67032 commit 8450dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/security/oauth2.py
Expand Up @@ -353,7 +353,7 @@ def __init__(
bool,
Doc(
"""
By default, if no HTTP Auhtorization header is provided, required for
By default, if no HTTP Authorization header is provided, required for
OAuth2 authentication, it will automatically cancel the request and
send the client an error.
Expand Down

0 comments on commit 8450dc2

Please sign in to comment.