Skip to content

Commit

Permalink
Merge pull request #30938 from jensenbox/patch-1
Browse files Browse the repository at this point in the history
chore: Typo fix (`retuns` -> `returns`)
  • Loading branch information
crw committed Apr 27, 2022
2 parents 9b4600c + 85a081b commit e217c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/functions/type.mdx
Expand Up @@ -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
Expand Down

0 comments on commit e217c0c

Please sign in to comment.