From 0d13cd1f54cf220d8f88f3d94f8c6574014bd14d Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Fri, 13 Mar 2015 17:37:05 -0600 Subject: [PATCH] Typo fix. --- website/source/docs/commands/remote.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/remote.html.markdown b/website/source/docs/commands/remote.html.markdown index 3bc96c802..22d341891 100644 --- a/website/source/docs/commands/remote.html.markdown +++ b/website/source/docs/commands/remote.html.markdown @@ -16,7 +16,7 @@ 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