From 0e5cb3a34ad2426c495bacce5c5aca94572de78f Mon Sep 17 00:00:00 2001 From: Matt Braymer-Hayes Date: Thu, 9 Feb 2017 19:48:33 -0800 Subject: [PATCH] #1029 Replace "wan't" with "want" --- docs/deployment-with-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-with-docker.rst b/docs/deployment-with-docker.rst index 03aefd486..ac266993c 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -143,7 +143,7 @@ If you have errors, you can always check your stack with `docker-compose`. Switc Supervisor Example ------------------- -Once you are ready with your initial setup, you wan't to make sure that your application is run by a process manager to +Once you are ready with your initial setup, you want to make sure that your application is run by a process manager to survive reboots and auto restarts in case of an error. You can use the process manager you are most familiar with. All it needs to do is to run `docker-compose up` in your projects root directory.