✏️ 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.