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