diff --git a/pelican/tools/pelican_quickstart.py b/pelican/tools/pelican_quickstart.py index a03f52df..34bd7863 100755 --- a/pelican/tools/pelican_quickstart.py +++ b/pelican/tools/pelican_quickstart.py @@ -267,7 +267,7 @@ needed by Pelican. automation = ask('Do you want to generate a Fabfile/Makefile ' 'to automate generation and publishing?', bool, True) - develop = ask('Do you want an auto-reload & simpleHTTP script ' + develop = ask('Do you want an auto-reload & simple HTTP script ' 'to assist with theme and site development?', bool, True) if automation: