From 58ec7855bc4f724a32f585f4455b5d954f335c3c Mon Sep 17 00:00:00 2001 From: Andy Rothfusz Date: Thu, 2 Jan 2014 16:46:50 -0800 Subject: [PATCH] substantial spelling fix --- docs/sources/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/faq.rst b/docs/sources/faq.rst index e4f5c86ee7..e2e16c362b 100644 --- a/docs/sources/faq.rst +++ b/docs/sources/faq.rst @@ -160,7 +160,7 @@ Any capable process supervisor such as http://supervisord.org/, runit, s6, or daemontools can do the trick. Docker will start up the process management daemon which will then fork to run additional processes. As long as the processor manager daemon continues to run, the container will continue to as -well. You can see a more subsantial example `that uses supervisord here +well. You can see a more substantial example `that uses supervisord here `_. What platforms does Docker run on?