From 6248208ae0c2747657a00193b3ebf078e94bb1e2 Mon Sep 17 00:00:00 2001 From: TedWantsMore Date: Wed, 21 May 2014 15:49:50 -0700 Subject: [PATCH] Update deploy.rst --- docs/source/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 08cfb963..da537e2d 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -169,7 +169,7 @@ Create a ``Procfile`` in your project:: gunicorn = gunicorn -w 3 test:app -You can any other applications that should be launched at the same time. +You can launch any other applications that should be launched at the same time. Then you can start your gunicorn application using `gaffer `_.::