Skip to content

Commit 08d0170

Browse files
committed
Fix a typo: The -> This
1 parent 5596ee7 commit 08d0170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/commands/refresh.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_current: "docs-commands-refresh"
88

99
The `terraform refresh` command is used to reconcile the state Terraform
1010
knows about (via its state file) with the real-world infrastructure.
11-
The can be used to detect any drift from the last-known state, and to
11+
This can be used to detect any drift from the last-known state, and to
1212
update the state file.
1313

1414
This does not modify infrastructure, but does modify the state file.

0 commit comments

Comments
 (0)