Browse Source

Merge pull request #10292 from SvenDowideit/pr_out_update_using_supervisord_md

Update using_supervisord.md
James Turnbull 10 years ago
parent
commit
d3a6a53fa5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/articles/using_supervisord.md

+ 1 - 1
docs/sources/articles/using_supervisord.md

@@ -39,7 +39,7 @@ our container.
 
 
 Here we're installing the `openssh-server`,
 Here we're installing the `openssh-server`,
 `apache2` and `supervisor`
 `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.
 new directories that are needed to run our SSH daemon and Supervisor.
 
 
 ## Adding Supervisor's configuration file
 ## Adding Supervisor's configuration file