From eccffbd732781916198f34320cd3c508ba3915ec Mon Sep 17 00:00:00 2001 From: Andrew Schleifer Date: Sun, 8 Sep 2013 22:27:14 -0500 Subject: [PATCH] accidently a word specifically, "builders" --- website/source/docs/extend/builder.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/extend/builder.html.markdown b/website/source/docs/extend/builder.html.markdown index b4ecec429..f9fff68ee 100644 --- a/website/source/docs/extend/builder.html.markdown +++ b/website/source/docs/extend/builder.html.markdown @@ -161,9 +161,9 @@ on certain cache keys, and is given exclusive access to that key for the duration of the lock. This locking mechanism allows multiple builders to share cache data even though they're running in parallel. -For example, both the VMware and VirtualBox support downloading an operating -system ISO from the internet. Most of the time, this ISO is identical. The -locking mechanisms of the cache allow one of the builders to download it +For example, both the VMware and VirtualBox builders support downloading an +operating system ISO from the internet. Most of the time, this ISO is identical. +The locking mechanisms of the cache allow one of the builders to download it only once, but allow both builders to share the downloaded file. The [documentation for packer.Cache](#) is