From 35bef84306ea595451eb053711aaf4c6087010fc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 28 Apr 2023 15:24:52 -0700 Subject: [PATCH] Change separating to grouping --- website/docs/language/syntax/style.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/syntax/style.mdx b/website/docs/language/syntax/style.mdx index 418c077d9b..8cb0366e8e 100644 --- a/website/docs/language/syntax/style.mdx +++ b/website/docs/language/syntax/style.mdx @@ -61,7 +61,7 @@ automatically. when grouping together related blocks of the same type (like multiple `provisioner` blocks in a resource). -* Avoid separating multiple blocks of the same type with other blocks of +* Avoid grouping multiple blocks of the same type with other blocks of a different type, unless the block types are defined by semantics to form a family. (For example: `root_block_device`, `ebs_block_device` and