From a541e4db62096cab5b955505da2217c046c193a1 Mon Sep 17 00:00:00 2001 From: Mike Chelen Date: Fri, 27 Jun 2014 11:09:09 -0400 Subject: [PATCH] Update dockerimages.md fix typo Upstream-commit: 815279c240e27478aa7ddde349761546a5c474fc Component: engine --- components/engine/docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/userguide/dockerimages.md b/components/engine/docs/sources/userguide/dockerimages.md index b58be90449..ffcc39ddba 100644 --- a/components/engine/docs/sources/userguide/dockerimages.md +++ b/components/engine/docs/sources/userguide/dockerimages.md @@ -239,7 +239,7 @@ Let's create a directory and a `Dockerfile` first. $ cd sinatra $ touch Dockerfile -Each instructions creates a new layer of the image. Let's look at a simple +Each instruction creates a new layer of the image. Let's look at a simple example now for building our own Sinatra image for our development team. # This is a comment