Better grammar.
This commit is contained in:
Stewart Rand 2016-11-03 15:13:09 -03:00 committed by GitHub
parent 40811a5c15
commit c1e679a489
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ In this next section, you will improve the `whalesay` image by building a new ve
In this step, you use your favorite text editor to write a short Dockerfile. A In this step, you use your favorite text editor to write a short Dockerfile. A
Dockerfile describes the software that is "baked" into an image. It isn't just Dockerfile describes the software that is "baked" into an image. It isn't just
ingredients tho, it can tell the software what environment to use or what ingredients, though—it can tell the software what environment to use or what
commands to run. Your recipe is going to be very short. commands to run. Your recipe is going to be very short.
1. Go back to your command terminal window. 1. Go back to your command terminal window.