From 39499e42ec5d7d2bbffd2d6417e046e4cd4623d2 Mon Sep 17 00:00:00 2001 From: Chris Reade Date: Wed, 24 Jun 2015 13:21:01 -0700 Subject: [PATCH] Fix typo in generated README.rst --- {{cookiecutter.app_name}}/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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