diff --git a/docs/source/run.rst b/docs/source/run.rst index 98f7a6f3..072b7be7 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -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 `_ using the `gunicorn`_ command.