From 5b210e18ac2ca4bf15d4f7fc2a1fb8b8dceb41c3 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 31 Oct 2018 14:38:12 -0400 Subject: [PATCH] updated introduction with proper sentence --- get-started/part6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part6.md b/get-started/part6.md index d09184395f..9714847985 100644 --- a/get-started/part6.md +++ b/get-started/part6.md @@ -27,7 +27,7 @@ username/repo:tag`, then visit `http://localhost/`. You've been editing the same Compose file for this entire tutorial. Well, we have good news. That Compose file works just as well in production as it does -on your machine. Here, We go through some options for running your +on your machine. In this section, we will go through some options for running your Dockerized application. ## Choose an option