diff --git a/website/docs/language/expressions/type-constraints.mdx b/website/docs/language/expressions/type-constraints.mdx index 7d761bc3b5db..b4e7f849bd96 100644 --- a/website/docs/language/expressions/type-constraints.mdx +++ b/website/docs/language/expressions/type-constraints.mdx @@ -96,9 +96,9 @@ The three kinds of collection type in the Terraform language are: for single line maps. A newline between key/value pairs is sufficient in multi-line maps. - Note: although colons are valid delimiters between keys and values, - they are currently ignored by `terraform fmt` (whereas `terraform fmt` - will attempt vertically align equals signs). + Note: Although colons are valid delimiters between keys and values, + `terraform fmt` currently ignores them (whereas `terraform fmt` + attempts to vertically align equals signs). * `set(...)`: a collection of unique values that do not have any secondary identifiers or ordering.