Merge pull request #442 from mtigas/patch-1

fix spelling in "Running Gunicorn" doc page
This commit is contained in:
Benoit Chesneau 2012-12-04 21:01:00 -08:00
commit 42d4b1e191

View File

@ -65,7 +65,7 @@ Example with your Django project::
$ cd path/to/yourdjangoproject
$ gunicorn_django --workers=2
.. note:: If you run Django 1.4 and superior, it's higly recommanded to
.. note:: If you run Django 1.4 or newer, it's highly recommended to
simply run your application with the `WSGI interface
<https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/>`_ using
the `gunicorn`_ command.