From 243a277da83e7c16f0796f3436dbd7528482e7c5 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 13 Jan 2017 12:25:54 +0300 Subject: [PATCH] Fix typo --- docs/gunicorn_ext.py | 2 +- docs/source/settings.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gunicorn_ext.py b/docs/gunicorn_ext.py index 84546bf2..e3cafe5d 100755 --- a/docs/gunicorn_ext.py +++ b/docs/gunicorn_ext.py @@ -21,7 +21,7 @@ for reference on setting at the command line. .. note:: Settings can be specified by using environment variable - ``GUNICORN_CMD_ARGS``. All avaiable command line arguments can be used. + ``GUNICORN_CMD_ARGS``. All available command line arguments can be used. For example, to specify the bind address and number of workers:: $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 899bcd03..b5d49281 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -13,7 +13,7 @@ for reference on setting at the command line. .. note:: Settings can be specified by using environment variable - ``GUNICORN_CMD_ARGS``. All avaiable command line arguments can be used. + ``GUNICORN_CMD_ARGS``. All available command line arguments can be used. For example, to specify the bind address and number of workers:: $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app