From bd4c0e7f618a8e7cbb5406d7f31b949f318016ac Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 18:39:53 +1100 Subject: [PATCH] docs: fix simple typo, requries -> requires There is a small typo in docs/src/passwords.md. Should read `requires` rather than `requries`. --- docs/src/passwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/passwords.md b/docs/src/passwords.md index c1f936f..8f85c5a 100644 --- a/docs/src/passwords.md +++ b/docs/src/passwords.md @@ -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`