diff --git a/docs/getting-started/start-the-devilbox.rst b/docs/getting-started/start-the-devilbox.rst index 7598ab8ae..95dc13402 100644 --- a/docs/getting-started/start-the-devilbox.rst +++ b/docs/getting-started/start-the-devilbox.rst @@ -111,7 +111,7 @@ Background host> docker-compose up -d httpd php mysql * If you want to gracefully stop all container, enter ``docker-compose stop`` -* If you want to kill all container, enter ``docker-compose kil`` +* If you want to kill all container, enter ``docker-compose kill`` * Ensure to run ``docker-compose rm -f`` afterwards .. seealso::