diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index 04e55a59c3cd4d83dbca7993a822cd4cce8ba1f1..9e11961ea32c211bdcbc7dbb3c3d54b453ffc706 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