From 08d017057a672be037fa9030466a454323bfb16e Mon Sep 17 00:00:00 2001 From: Igor Vuk Date: Thu, 16 Oct 2014 18:16:52 +0200 Subject: [PATCH] Fix a typo: The -> This --- website/source/docs/commands/refresh.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/refresh.html.markdown b/website/source/docs/commands/refresh.html.markdown index 27d56fc7fd..cbf10b3337 100644 --- a/website/source/docs/commands/refresh.html.markdown +++ b/website/source/docs/commands/refresh.html.markdown @@ -8,7 +8,7 @@ sidebar_current: "docs-commands-refresh" The `terraform refresh` command is used to reconcile the state Terraform knows about (via its state file) with the real-world infrastructure. -The can be used to detect any drift from the last-known state, and to +This can be used to detect any drift from the last-known state, and to update the state file. This does not modify infrastructure, but does modify the state file.