mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-11 18:39:29 -04:00
✏️ Fix typo in security/http.py (#11455)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user