Improve grammar

This commit is contained in:
Jason Harrison 2019-07-01 20:22:59 -04:00 committed by GitHub
parent 67be573f69
commit a931764c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,10 +136,10 @@ counter whenever you visit it.
## Test the app with Compose
1. Start the app with `docker-compose up`. This builds the web app image,
pull the Redis image if you don't already have it, and create two
pulls the Redis image if you don't already have it, and creates two
containers.
You see a warning about the Engine being in swarm mode. This is because
You will see a warning about the Engine being in swarm mode. This is because
Compose doesn't take advantage of swarm mode, and deploys everything to a
single node. You can safely ignore this.