From 1d3ba5b2ef4550be35f352a08414a2f97cfcf842 Mon Sep 17 00:00:00 2001 From: Ryan Wold Date: Wed, 9 Mar 2016 17:10:16 -0800 Subject: [PATCH] fix spelling --- website/source/intro/examples/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/examples/index.html.markdown b/website/source/intro/examples/index.html.markdown index 11e2c24dc..bd28fc89a 100644 --- a/website/source/intro/examples/index.html.markdown +++ b/website/source/intro/examples/index.html.markdown @@ -14,7 +14,7 @@ of the ways Terraform can be used. All examples are ready to run as-is. Terraform will ask for input of things such as variables and API keys. If you want to continue using the example, you should save those parameters in a -"terraform.tfvars" file or in a `provider` config bock. +"terraform.tfvars" file or in a `provider` config block. ~> **Warning!** The examples use real providers that launch _real_ resources. That means they can cost money to experiment with. To avoid unexpected charges,