From 08f3f675ebca4907c4794410967557b225991f00 Mon Sep 17 00:00:00 2001 From: Bob Sutterfield Date: Mon, 8 Aug 2022 17:17:50 -0700 Subject: [PATCH 1/3] insert missing infinitive particle --- website/docs/language/expressions/type-constraints.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/expressions/type-constraints.mdx b/website/docs/language/expressions/type-constraints.mdx index d8b7627210b1..db440da536a1 100644 --- a/website/docs/language/expressions/type-constraints.mdx +++ b/website/docs/language/expressions/type-constraints.mdx @@ -98,7 +98,7 @@ The three kinds of collection type in the Terraform language are: 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). + will attempt to vertically align equals signs). * `set(...)`: a collection of unique values that do not have any secondary identifiers or ordering. From 4afba76f4a942792ee6f76ebc14461de0fe409cd Mon Sep 17 00:00:00 2001 From: Bob Sutterfield Date: Tue, 9 Aug 2022 09:45:40 -0700 Subject: [PATCH 2/3] Update website/docs/language/expressions/type-constraints.mdx Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> --- website/docs/language/expressions/type-constraints.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/expressions/type-constraints.mdx b/website/docs/language/expressions/type-constraints.mdx index db440da536a1..ceed9177b0a8 100644 --- a/website/docs/language/expressions/type-constraints.mdx +++ b/website/docs/language/expressions/type-constraints.mdx @@ -96,8 +96,8 @@ 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` + Note: Although colons are valid delimiters between keys and values, + `terraform fmt` currently ignores them (whereas `terraform fmt` will attempt to vertically align equals signs). * `set(...)`: a collection of unique values that do not have any secondary identifiers or ordering. From 9ca771c9902a668071418c1505cb7906ff835161 Mon Sep 17 00:00:00 2001 From: Bob Sutterfield Date: Tue, 9 Aug 2022 09:46:16 -0700 Subject: [PATCH 3/3] Update website/docs/language/expressions/type-constraints.mdx Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> --- website/docs/language/expressions/type-constraints.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/expressions/type-constraints.mdx b/website/docs/language/expressions/type-constraints.mdx index ceed9177b0a8..adc68d6d5172 100644 --- a/website/docs/language/expressions/type-constraints.mdx +++ b/website/docs/language/expressions/type-constraints.mdx @@ -98,7 +98,7 @@ The three kinds of collection type in the Terraform language are: Note: Although colons are valid delimiters between keys and values, `terraform fmt` currently ignores them (whereas `terraform fmt` - will attempt to vertically align equals signs). + attempts to vertically align equals signs). * `set(...)`: a collection of unique values that do not have any secondary identifiers or ordering.