From 166df2ce1d08b419a6ab451e4846bbde64d619c8 Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Thu, 25 Mar 2021 09:27:05 -0300 Subject: [PATCH] correct provisioner typo (#10822) Correct provision typo --- .../templates/hcl_templates/blocks/build/post-processors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/blocks/build/post-processors.mdx b/website/content/docs/templates/hcl_templates/blocks/build/post-processors.mdx index 60e3491e4..801b72e61 100644 --- a/website/content/docs/templates/hcl_templates/blocks/build/post-processors.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/build/post-processors.mdx @@ -82,5 +82,5 @@ build { ``` Each of these `post-processors` will start after each build -- that is, after -each privision step has run on each source --. In all cases the source image is +each provision step has run on each source --. In all cases the source image is going to be deleted.