From 3cf57a72b86671a08bf815585210977a596d7e94 Mon Sep 17 00:00:00 2001 From: Daniel <61800298+ffe4@users.noreply.github.com> Date: Wed, 1 Jul 2020 10:57:14 +0200 Subject: [PATCH] Fix typo in tutorial --- docs/tutorial/using-docker-compose/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-docker-compose/index.md b/docs/tutorial/using-docker-compose/index.md index 4129acb..672d08f 100644 --- a/docs/tutorial/using-docker-compose/index.md +++ b/docs/tutorial/using-docker-compose/index.md @@ -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.