diff --git a/localdev/local_development.md b/localdev/local_development.md index 08b35cdda91170ff6ffb4bc0aed32e6aef5653d5..487984eadcbe7a4d1f58e15f293feed89ad02ba1 100644 --- a/localdev/local_development.md +++ b/localdev/local_development.md @@ -25,7 +25,7 @@ export MYSQL_ROOT_PASSWORD="" ``` ## Use -To simply start build and run all the containers, make sure you are in the /localdev directory and run the following command. This includes a reload command for the web container. It will restart the web container when changes are made locally. +To simply build and run all the containers, make sure you are in the /localdev directory and run the following command. This includes a reload command for the web container. It will restart the web container when changes are made locally. ``` docker-compose up ```