mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typos in docstrings (#11295)
This commit is contained in:
parent
1b105cb000
commit
3c70b55042
|
|
@ -441,7 +441,7 @@ class OAuth2PasswordBearer(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.
|
||||
|
||||
|
|
@ -543,7 +543,7 @@ class OAuth2AuthorizationCodeBearer(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.
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class OpenIdConnect(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
|
||||
OpenID Connect authentication, it will automatically cancel the request
|
||||
and send the client an error.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue