From 1cfa02ef6fb8022bceb01d29d8f9d089b2efa8fd Mon Sep 17 00:00:00 2001 From: Ryan Nielson Date: Mon, 28 Jul 2014 22:17:02 -0300 Subject: [PATCH] Fixed a small typo on Use Cases page --- website/source/intro/use-cases.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/use-cases.html.markdown b/website/source/intro/use-cases.html.markdown index cb97a5ed67..7a9d5b7898 100644 --- a/website/source/intro/use-cases.html.markdown +++ b/website/source/intro/use-cases.html.markdown @@ -58,7 +58,7 @@ tools like [Vagrant](http://www.vagrantup.com/) to build virtualized environment for demos, it is still very challenging to demo software on real infrastructure which more closely match production environments. -Sofware writers can provide a Terraform configuration to create, provision and +Software writers can provide a Terraform configuration to create, provision and bootstrap a demo on cloud providers like AWS. This allows end users to easily demo the software on their own infrastructure, and even enables tweaking parameters like cluster size to more rigorously test tools at any scale.