✏️ Fix typo in fastapi/security/oauth2.py (#10972)

This commit is contained in:
Rafal Skolasinski
2024-01-15 20:41:47 +00:00
committed by GitHub
parent 2c670325af
commit 8450dc204d

View File

@@ -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.