* fix: typo

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
kurama 2021-08-16 13:57:31 +03:00 committed by GitHub
parent f6a4b3ed24
commit f4655fb89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -166,9 +166,9 @@ Lets 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"}