sentence structure changed in introduction

This commit is contained in:
newoneforasn4 2018-11-13 09:38:57 -08:00 committed by GitHub
parent 3cbd8b7b58
commit f665d8b711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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).