Merge pull request #66 from ffe4/patch-1

Fix typo in tutorial
This commit is contained in:
Stefan Scherer
2020-07-08 18:12:26 +02:00
committed by GitHub

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.