From 85a081bd2a8dfef87b6ff9b1c0968b5915aa8ea7 Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Tue, 26 Apr 2022 15:56:32 -0700 Subject: [PATCH] chore: Typo fix Fix a mispelled word. --- website/docs/language/functions/type.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/functions/type.mdx b/website/docs/language/functions/type.mdx index 0f742fe7fcb2..9a5eb7253d70 100644 --- a/website/docs/language/functions/type.mdx +++ b/website/docs/language/functions/type.mdx @@ -7,7 +7,7 @@ description: 'The type function returns the type of a given value. ' -> **Note:** This function is available only in Terraform 1.0 and later. -`type` retuns the type of a given value. +`type` returns the type of a given value. Sometimes a Terraform configuration can result in confusing errors regarding inconsistent types. This function displays terraform's evaluation of a given