From c69024783796bee74eebec4918948dfb3d6181ee Mon Sep 17 00:00:00 2001 From: mellab <935@holbertonschool.com> Date: Fri, 30 Jul 2021 00:08:42 -0500 Subject: [PATCH] Update type-constraints.html.md Fixed one typo found on the type constraints page: recieving -> receiving --- website/docs/language/expressions/type-constraints.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/expressions/type-constraints.html.md b/website/docs/language/expressions/type-constraints.html.md index 9d81ee54b..826db5a99 100644 --- a/website/docs/language/expressions/type-constraints.html.md +++ b/website/docs/language/expressions/type-constraints.html.md @@ -278,7 +278,7 @@ variable "with_optional_attribute" { By default, for required attributes, Terraform will return an error if the source value has no matching attribute. Marking an attribute as optional changes the behavior in that situation: Terraform will instead just silently -insert `null` as the value of the attribute, allowing the recieving module +insert `null` as the value of the attribute, allowing the receiving module to describe an appropriate fallback behavior. Because this feature is currently experimental, it requires an explicit