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!