From f10571b8cdcb417c5f90e8808334c48c65245359 Mon Sep 17 00:00:00 2001 From: Shammel Lee Date: Fri, 28 Sep 2018 21:38:29 -0400 Subject: [PATCH] Fix small typo --- website/source/docs/templates/builders.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/builders.html.md b/website/source/docs/templates/builders.html.md index 758305b8c..01bfbe7d2 100644 --- a/website/source/docs/templates/builders.html.md +++ b/website/source/docs/templates/builders.html.md @@ -10,7 +10,7 @@ sidebar_current: 'docs-templates-builders' # Template Builders Within the template, the builders section contains an array of all the builders -that Packer should use to generate a machine images for the template. +that Packer should use to generate machine images for the template. Builders are responsible for creating machines and generating images from them for various platforms. For example, there are separate builders for EC2, VMware,