✏️ Fix typo in security/http.py (#11455)

This commit is contained in:
Omar Mokhtar
2024-04-19 17:29:38 +02:00
committed by GitHub
parent 25c692d77d
commit ce1fb1a23b

View File

@@ -15,7 +15,7 @@ from typing_extensions import Annotated, Doc
class HTTPBasicCredentials(BaseModel):
"""
The HTTP Basic credendials given as the result of using `HTTPBasic` in a
The HTTP Basic credentials given as the result of using `HTTPBasic` in a
dependency.
Read more about it in the