Typo fix in docker compose tutorial

This commit is contained in:
John Robinson 2020-03-19 19:08:19 -04:00
parent 7ba40de8b3
commit ed5957c253
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ doesn't get much simpler than that!
## Recap
In this section, we learned about Docker Compose and how it helps dramatically simply the defining and
In this section, we learned about Docker Compose and how it helps dramatically simplify the defining and
sharing of multi-service applications. We created a Compose file by translating the commands we were
using into the appropriate compose format.