From 99dc224d850a8838f42b9f41229b484197f75fa5 Mon Sep 17 00:00:00 2001 From: GennadySpb Date: Thu, 22 Jan 2015 12:07:20 +0300 Subject: [PATCH] Update using_supervisord.md Fix factual error change made by: GennadySpb Signed-off-by: Sven Dowideit --- docs/sources/articles/using_supervisord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/articles/using_supervisord.md b/docs/sources/articles/using_supervisord.md index 01e60b6596..5806707ee6 100644 --- a/docs/sources/articles/using_supervisord.md +++ b/docs/sources/articles/using_supervisord.md @@ -39,7 +39,7 @@ our container. Here we're installing the `openssh-server`, `apache2` and `supervisor` -(which provides the Supervisor daemon) packages. We're also creating two +(which provides the Supervisor daemon) packages. We're also creating four new directories that are needed to run our SSH daemon and Supervisor. ## Adding Supervisor's configuration file