From e70f8ea10062d13ec50a3e4c6b948b8bc041c28b Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Tue, 26 Jul 2022 15:57:44 +0200 Subject: [PATCH] fix(docs): remove double word (#1961) --- website/docs/cdktf/concepts/variables-and-outputs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cdktf/concepts/variables-and-outputs.mdx b/website/docs/cdktf/concepts/variables-and-outputs.mdx index d7e2f9a6f8..4b3d9fb055 100644 --- a/website/docs/cdktf/concepts/variables-and-outputs.mdx +++ b/website/docs/cdktf/concepts/variables-and-outputs.mdx @@ -7,7 +7,7 @@ description: >- # Variables and Outputs -Terraform can understand configurations written in either HashiCorp Configuration Language (HCL) syntax or JSON. Because neither of these is a programming language, Terraform has has developed ways to enable users to request and publish named values. These are: +Terraform can understand configurations written in either HashiCorp Configuration Language (HCL) syntax or JSON. Because neither of these is a programming language, Terraform has developed ways to enable users to request and publish named values. These are: - [**Input Variables:**](#input-variables) These are like function arguments. - [**Local Values**](#local-values): These are like a function's temporary local variables.