mirror of https://github.com/tiangolo/fastapi.git
Fixing spelling error.
This commit is contained in:
parent
6da291954a
commit
3b00893d54
|
|
@ -644,7 +644,7 @@ class OAuth2ClientCredentials(OAuth2):
|
|||
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