From 157d5e2b53b90d29f9af8293eb2ff61b55e66ce3 Mon Sep 17 00:00:00 2001 From: Barry Sweeney <52657591+barrysweeney@users.noreply.github.com> Date: Wed, 1 Jul 2020 14:06:13 +0100 Subject: [PATCH] fix typo "simply" to "simplify" --- docs_en/tutorial/using-docker-compose/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_en/tutorial/using-docker-compose/index.md b/docs_en/tutorial/using-docker-compose/index.md index c80c2f8..fffa93b 100644 --- a/docs_en/tutorial/using-docker-compose/index.md +++ b/docs_en/tutorial/using-docker-compose/index.md @@ -308,10 +308,10 @@ 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. At this point, we're starting to wrap up the tutorial. However, there are a few best practices about image building we want to cover, as there is a big issue with the Dockerfile we've been using. So, -let's take a look! \ No newline at end of file +let's take a look!