docs: fix simple typo, requries -> requires

There is a small typo in docs/src/passwords.md.

Should read `requires` rather than `requries`.
This commit is contained in:
Tim Gates
2020-12-28 18:39:53 +11:00
committed by Ji Qu
parent 3801c470d0
commit bd4c0e7f61

View File

@@ -1,7 +1,7 @@
# Updating Passwords
Currently we don't have a good "forgot my password" method on Pinry since that
generally requries an email to be sent. The current method for changing
generally requires an email to be sent. The current method for changing
passwords involves:
- Create a new super user `pipenv run python manage.py createsuperuser`