Fix typo in tutorial

This commit is contained in:
Daniel
2020-07-01 10:57:14 +02:00
committed by GitHub
parent 823b0d4642
commit 3cf57a72b8

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 simplify the defining and
In this section, we learned about Docker Compose and how it helps us 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.