summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index 0789ff1..01ff287 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -83,7 +83,7 @@ can be used in development and in situations where the likes of
Heroku
------
-Waitress can be used to serve WSGI apps on Heroku, include waitress in your requirements.txt file a update the Procfile as following:
+Waitress can be used to serve WSGI apps on Heroku, include waitress in your requirements.txt file and update the Procfile as following:
.. code-block:: bash