From 32e2dcfd0cd4768b4dc1ce0b43012eb55896612e Mon Sep 17 00:00:00 2001 From: Mike Tigas Date: Wed, 28 Nov 2012 11:40:06 -0800 Subject: [PATCH] fix spelling in "Running Gunicorn" doc page --- docs/source/run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.