From c1e679a48982c9ca8adcece89b7187af24db51dd Mon Sep 17 00:00:00 2001 From: Stewart Rand Date: Thu, 3 Nov 2016 15:13:09 -0300 Subject: [PATCH] Grammar Better grammar. --- engine/getstarted/step_four.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted/step_four.md b/engine/getstarted/step_four.md index 6523e9a3da..18a992336a 100644 --- a/engine/getstarted/step_four.md +++ b/engine/getstarted/step_four.md @@ -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 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. 1. Go back to your command terminal window.