@ -42,7 +42,7 @@ given values to be of a particular type. Terraform will attempt to convert
values to the required type automatically, or will produce an error message
if automatic conversion is impossible.
**Note**: The `?` symbol, when combined with `:`, is part of a conditional expression in Terraform and not considered an operator. For more informaton on how to use conditional expressions, see [Conditional Expressions](/terraform/language/expressions/conditionals#conditional-expressions).
The `?` character combined with the `:` character is part of a conditional expression in Terraform and is not considered an operator. For more information, refer to [Conditional Expressions](/terraform/language/expressions/conditionals#conditional-expressions).