summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrateek Ganguli <prateek.ganguli@gmail.com>2023-02-09 09:15:46 +0530
committerGitHub <noreply@github.com>2023-02-09 09:15:46 +0530
commit062c254de452f8b4ee3583c0b30190223ed5af23 (patch)
tree00e805e3e7e9389705cacbfefd65f0311801bf3d
parentafc7b9de54f21b63bb1e8fd6b12c704876d9868a (diff)
downloadwaitress-062c254de452f8b4ee3583c0b30190223ed5af23.tar.gz
Fix typo in usage.rst
-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