From ed5957c2534e5e98047c93edb5f68a893c0d5464 Mon Sep 17 00:00:00 2001 From: John Robinson Date: Thu, 19 Mar 2020 19:08:19 -0400 Subject: [PATCH] Typo fix in docker compose 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 2191294..950d4a9 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 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.