From f665d8b711bd5d031bf7513f681eedf9922132f3 Mon Sep 17 00:00:00 2001 From: newoneforasn4 <45002842+newoneforasn4@users.noreply.github.com> Date: Tue, 13 Nov 2018 09:38:57 -0800 Subject: [PATCH] sentence structure changed in introduction --- get-started/part2.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/get-started/part2.md b/get-started/part2.md index 2b1c3c6ebe..b85e7c74e2 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -18,9 +18,7 @@ description: Learn how to write, build, and run a simple app -- the Docker way. ## Introduction -It's time to begin building an app the Docker way. We start at the bottom of -the hierarchy of such an app, which is a container, which we cover on this page. -Above this level is a service, which defines how containers behave in +It's time to begin building an app the Docker way. We start at the bottom of the hierarchy of such app, a container, which this page covers. Above this level is a service, which defines how containers behave in production, covered in [Part 3](part3.md). Finally, at the top level is the stack, defining the interactions of all the services, covered in [Part 5](part5.md).