From fc8bd3ef9da0bd9242cc469c2915475fae6728ef Mon Sep 17 00:00:00 2001 From: grahammadden Date: Mon, 9 Jan 2017 17:04:32 -0500 Subject: [PATCH] Fix small typo in step_four.md. (#1053) --- 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 e4f498266b..6d97b13672 100644 --- a/engine/getstarted/step_four.md +++ b/engine/getstarted/step_four.md @@ -79,7 +79,7 @@ creating an image which runs on Linux. The `whalesay` image is based on Ubuntu, which uses `apt-get` to install packages. These two commands refresh the list of packages available to the - image and install the `fortunes` program into it. The `fortunes` program has + image and install the `fortunes` program into it. The `fortunes` program prints out wise sayings for our whale to say. 6. Add a `CMD` statement, which tells the image the final command to run after