From d69c0184eb4753eec935703ac003d6e2eebed2b3 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sat, 29 Oct 2016 01:39:38 +0200 Subject: [PATCH] Fix spelling in Getting started, step two --- engine/getstarted/step_two.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted/step_two.md b/engine/getstarted/step_two.md index 7b4d7b7fa1..06ba29e336 100644 --- a/engine/getstarted/step_two.md +++ b/engine/getstarted/step_two.md @@ -30,7 +30,7 @@ When you ran the command, Docker Engine: * downloaded the image from the Docker Hub (more about the hub later) * loaded the image into the container and "ran" it -Depending on how it was built, an image might run a simple, single command and then exit. This is what `Hello-World` did. +Depending on how it was built, an image might run a simple, single command and then exit. This is what `hello-world` did. A Docker image, though, is capable of much more. An image can start software as complex as a database, wait for you (or someone else) to add data, store the data for later use, and then wait for the next person.