Skip to content

Commit 0761f11

Browse files
prostomarkelofftiangolo
authored andcommitted
✏️ Fix typo in HTTP Basic auth tutorial (fastapi#514)
1 parent f2e7ef7 commit 0761f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/security/http-basic-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Then, when you type that username and password, the browser sends them in the he
1212

1313
## Simple HTTP Basic Auth
1414

15-
* Import `HTTPBAsic` and `HTTPBasicCredentials`.
16-
* Create a "`security` scheme" using `HTTPBAsic`.
15+
* Import `HTTPBasic` and `HTTPBasicCredentials`.
16+
* Create a "`security` scheme" using `HTTPBasic`.
1717
* Use that `security` with a dependency in your *path operation*.
1818
* It returns an object of type `HTTPBasicCredentials`:
1919
* It contains the `username` and `password` sent.

0 commit comments

Comments
 (0)