From d309f8b82b9af034eaa0a262c5ef2463b2348f3e Mon Sep 17 00:00:00 2001 From: Chad Thompson Date: Wed, 11 Nov 2015 13:09:26 -0600 Subject: [PATCH] Update remote-config.html.markdown Replace "shared storaged" with "shared storage". (Very minor change.) --- website/source/docs/commands/remote-config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/remote-config.html.markdown b/website/source/docs/commands/remote-config.html.markdown index 6f9a84b93..ad3102113 100644 --- a/website/source/docs/commands/remote-config.html.markdown +++ b/website/source/docs/commands/remote-config.html.markdown @@ -16,7 +16,7 @@ disk. When remote state storage is enabled, Terraform will automatically fetch the latest state from the remote server when necessary and if any updates are made, the newest state is persisted back to the remote server. In this mode, users do not need to durably store the state using version -control or shared storaged. +control or shared storage. ## Usage