diff --git a/doc/htdocs/deployment.html b/doc/htdocs/deployment.html index 85763288..6a3a5305 100644 --- a/doc/htdocs/deployment.html +++ b/doc/htdocs/deployment.html @@ -167,7 +167,7 @@ $ source ~/venvs/webapp/bin/activate $ ~/venvs/webapp/bin/easy_install -U gunicorn $ deactivate -

Then you just need to use one of the thee Gunicorn scripts that was installed +

Then you just need to use one of the three Gunicorn scripts that was installed into ~/venvs/webapp/bin.

diff --git a/doc/site/deployment.rst b/doc/site/deployment.rst index 78ca4961..7a690456 100644 --- a/doc/site/deployment.rst +++ b/doc/site/deployment.rst @@ -126,7 +126,7 @@ this:: $ ~/venvs/webapp/bin/easy_install -U gunicorn $ deactivate -Then you just need to use one of the thee Gunicorn scripts that was installed +Then you just need to use one of the three Gunicorn scripts that was installed into ``~/venvs/webapp/bin``. Daemon Monitoring