From c6bf21baf0c43ddd4cafb325b319428b5b9c0218 Mon Sep 17 00:00:00 2001 From: Alan LaMielle Date: Sat, 22 Nov 2014 17:55:20 -0800 Subject: [PATCH] Update variables.html.md Fixes typo: s/anythiing/anything --- website/source/intro/getting-started/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/variables.html.md b/website/source/intro/getting-started/variables.html.md index e0c385509..e1f779c8b 100644 --- a/website/source/intro/getting-started/variables.html.md +++ b/website/source/intro/getting-started/variables.html.md @@ -56,7 +56,7 @@ the AWS provider with the given variables. There are three ways to assign variables. First, if you execute `terraform plan` or apply without doing -anythiing, Terraform will ask you to input the variables interactively. +anything, Terraform will ask you to input the variables interactively. These variables are not saved, but provides a nice user experience for getting started with Terraform.