mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-04 23:23:38 -04:00
✏️ Fix typo in fastapi/security/oauth2.py (#10972)
This commit is contained in:
committed by
GitHub
parent
2c670325af
commit
8450dc204d
@@ -353,7 +353,7 @@ class OAuth2(SecurityBase):
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user