Skip to content

Commit 1e6f091

Browse files
authored
Merge pull request #31598 from bobsut/patch-1
insert missing infinitive particle
2 parents 4153685 + 9ca771c commit 1e6f091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/language/expressions/type-constraints.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ The three kinds of collection type in the Terraform language are:
9696
for single line maps. A newline between key/value pairs is sufficient
9797
in multi-line maps.
9898

99-
Note: although colons are valid delimiters between keys and values,
100-
they are currently ignored by `terraform fmt` (whereas `terraform fmt`
101-
will attempt vertically align equals signs).
99+
Note: Although colons are valid delimiters between keys and values,
100+
`terraform fmt` currently ignores them (whereas `terraform fmt`
101+
attempts to vertically align equals signs).
102102
* `set(...)`: a collection of unique values that do not have any secondary
103103
identifiers or ordering.
104104

0 commit comments

Comments
 (0)