diff --git a/language/nodejs/develop.md b/language/nodejs/develop.md index 22acf497a6..7023e03058 100644 --- a/language/nodejs/develop.md +++ b/language/nodejs/develop.md @@ -166,9 +166,9 @@ Let’s start our application and confirm that it is running properly. $ docker-compose -f docker-compose.dev.yml up --build ``` -We pass the `--build` flag so Docker will compile our image and then starts it. +We pass the `--build` flag so Docker compiles our image and then starts it. -If all goes will you should see something similar: +If all goes well, you should see something similar: ![node-compile](images/node-compile.png){:width="800px"}