From 116317614465bd26a3e72ac983f79007ac3aa36d Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Mon, 21 Jul 2014 20:56:19 -0400 Subject: [PATCH] Fix typo in docker builder docs --- website/source/docs/builders/docker.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/docker.html.markdown b/website/source/docs/builders/docker.html.markdown index 6b9ee8cd0..e395e25d2 100644 --- a/website/source/docs/builders/docker.html.markdown +++ b/website/source/docs/builders/docker.html.markdown @@ -101,7 +101,7 @@ and `docker push`, respectively. This builder allows you to build Docker images _without_ Dockerfiles. -With this builder, you can repeatably create Docker images without the use +With this builder, you can repeatably create Docker images without the use of a Dockerfile. You don't need to know the syntax or semantics of Dockerfiles. Instead, you can just provide shell scripts, Chef recipes, Puppet manifests, etc. to provision your Docker container just like you would a regular