diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index 04e55a5..9e11961 100644 --- a/{{cookiecutter.app_name}}/README.rst +++ b/{{cookiecutter.app_name}}/README.rst @@ -65,7 +65,7 @@ To run all tests, run :: Migrations ---------- -Whenever a database migration needs to be made. Run the following commmands: +Whenever a database migration needs to be made. Run the following commands: :: python manage.py db migrate