From f5bb5e1cd211b50db2d7d87ac3c7f5c7697883e0 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Wed, 2 Oct 2024 18:18:15 -0400 Subject: [PATCH] chore: improve style Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> --- website/docs/language/expressions/operators.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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