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