From 176cfad1dde3d14f603597579f8e4667b1e7c885 Mon Sep 17 00:00:00 2001 From: iaoiui Date: Sat, 29 May 2021 15:51:33 +0900 Subject: [PATCH] remove extra "be" --- website/docs/cli/commands/fmt.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/fmt.html.md b/website/docs/cli/commands/fmt.html.md index b07a97df7..30fc60e93 100644 --- a/website/docs/cli/commands/fmt.html.md +++ b/website/docs/cli/commands/fmt.html.md @@ -34,7 +34,7 @@ Formatting decisions are always subjective and so you might disagree with the decisions that `terraform fmt` makes. This command is intentionally opinionated and has no customization options because its primary goal is to encourage consistency of style between different Terraform codebases, even though the -chosen style can never be be everyone's favorite. +chosen style can never be everyone's favorite. We recommend that you follow the style conventions applied by `terraform fmt` when writing Terraform modules, but if you find the results particularly