mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo in `fastapi/security/oauth2.py` (#10972)
This commit is contained in:
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue