Merge pull request #29257 from robe007/patch-1

Remove repeated word 'the' in some lines.
This commit is contained in:
Laura Pacilio 2021-08-18 18:15:09 -04:00 committed by GitHub
commit 9dde62ef5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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:
```