diff --git a/website/docs/language/expressions/operators.mdx b/website/docs/language/expressions/operators.mdx index e2c053f8f7..d49188f6c1 100644 --- a/website/docs/language/expressions/operators.mdx +++ b/website/docs/language/expressions/operators.mdx @@ -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). ## Arithmetic Operators