diff --git a/fastapi/security/oauth2.py b/fastapi/security/oauth2.py index c51323cde..4b989644e 100644 --- a/fastapi/security/oauth2.py +++ b/fastapi/security/oauth2.py @@ -645,7 +645,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.