From 880f846f43cebf190d7090d0092e0187ac7d6cba Mon Sep 17 00:00:00 2001 From: robe007 Date: Wed, 28 Jul 2021 07:40:07 -0600 Subject: [PATCH] Remove repeated word 'the' in some lines. --- website/docs/cli/commands/refresh.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/commands/refresh.html.md b/website/docs/cli/commands/refresh.html.md index 1b3380413b..55a007f38e 100644 --- a/website/docs/cli/commands/refresh.html.md +++ b/website/docs/cli/commands/refresh.html.md @@ -19,7 +19,7 @@ unsafe if you have misconfigured credentials for any of your providers. See below for more information and recommended alternatives. This won't modify your real remote objects, but it will modify the -[the Terraform state](/docs/language/state/). +[Terraform state](/docs/language/state/). You shouldn't typically need to use this command, because Terraform automatically performs the same refreshing actions as a part of creating @@ -52,7 +52,7 @@ be misled into thinking that all of the managed objects have been deleted, and thus remove all of the tracked objects without any confirmation prompt. Instead, we recommend using the following command in order to get the same -effect but with the opportunity to review the the changes that Terraform has +effect but with the opportunity to review the changes that Terraform has detected before committing them to the state: ```