From 80885fd410606637be84371aad366be96fbf938e Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 2 Jun 2020 12:13:50 +0200 Subject: [PATCH] Update website/pages/docs/from-1.5/blocks/variable.mdx Co-authored-by: Megan Marsh --- website/pages/docs/from-1.5/blocks/variable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/from-1.5/blocks/variable.mdx b/website/pages/docs/from-1.5/blocks/variable.mdx index 7e77541fc..16bf86f0f 100644 --- a/website/pages/docs/from-1.5/blocks/variable.mdx +++ b/website/pages/docs/from-1.5/blocks/variable.mdx @@ -13,7 +13,7 @@ sidebar_title: variable The `variable` block, also called the `input-variable` block, defines variables within your Packer configuration. An input-variable cannot be used in another -input variable, we recommend using [locals](/docs/from-1.5/blocks/locals) for that instead. +input variable: we recommend using [locals](/docs/from-1.5/blocks/locals) for that instead. `@include 'from-1.5/variables/foo-block.mdx'`