correct a misspelled word "wist" -> "wish (#1195)

This commit is contained in:
Essa Alshammri
2023-04-21 08:54:20 +03:00
committed by GitHub
parent 0f4cf0c694
commit 6a6d752cc2

View File

@@ -37,7 +37,7 @@ async def get_user_manager(user_db=Depends(get_user_db)):
## Full customization
If you don't wist to use Passlib at all **which we don't recommend unless you're absolutely sure of what you're doing** — you can implement your own `PasswordHelper` class as long as it implements the `PasswordHelperProtocol` and its methods.
If you don't wish to use Passlib at all **which we don't recommend unless you're absolutely sure of what you're doing** — you can implement your own `PasswordHelper` class as long as it implements the `PasswordHelperProtocol` and its methods.
```py
from typing import Tuple