From c64aa83c568020e5b441d75eeeecf566caadc578 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 14 Jan 2021 11:06:32 -0800 Subject: [PATCH] Update website/content/docs/extending/custom-builders.mdx Co-authored-by: Wilken Rivera --- website/content/docs/extending/custom-builders.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/extending/custom-builders.mdx b/website/content/docs/extending/custom-builders.mdx index 782bdc543..c8999e9bd 100644 --- a/website/content/docs/extending/custom-builders.mdx +++ b/website/content/docs/extending/custom-builders.mdx @@ -140,7 +140,8 @@ is a rare use case. The `Cancel` method can be called at any time and requests cancellation of any builder run in progress. This method should block until the run actually stops. -Not that the Cancel method will not be called by Packer versions >= 1.4.0. +Note that the Cancel method will not be called by Packer versions >= 1.4.0. + #### Context cancellation ( from Packer v1.4 )