From b5d19264dee62052fa98bfb73ec499eeef3c1260 Mon Sep 17 00:00:00 2001 From: ulin-evgeny Date: Sun, 20 Jun 2021 05:07:19 +0300 Subject: [PATCH] Fixed typos --- docs/getting-started/change-container-versions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/change-container-versions.rst b/docs/getting-started/change-container-versions.rst index 2dc71f59..3ed27f09 100644 --- a/docs/getting-started/change-container-versions.rst +++ b/docs/getting-started/change-container-versions.rst @@ -128,7 +128,7 @@ Now save the file and you can start the Devilbox again. # Navigate to the Devilbox directory host> cd path/to/devilbox - # Stop all container + # Start all container host> docker-compose up php httpd bind .. seealso:: :ref:`start_the_devilbox` @@ -193,7 +193,7 @@ Now save the file and you can start the Devilbox again. # Navigate to the Devilbox directory host> cd path/to/devilbox - # Stop all container + # Start all container host> docker-compose up php httpd bind .. seealso:: :ref:`start_the_devilbox`