From 263dc11873b36567034baee1086cd4dae0ba5501 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 29 Jul 2014 23:10:30 -0700 Subject: [PATCH] website: fix typo in use cases --- 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 63a8fce83..b3233dd8d 100644 --- a/website/source/intro/use-cases.html.markdown +++ b/website/source/intro/use-cases.html.markdown @@ -71,7 +71,7 @@ used to test new applications before releasing in production. As the production environment grows larger and more complex, it becomes increasingly onerous to maintain an up-to-date staging environment. -Using Terraform, the production environment can codified and then shared with +Using Terraform, the production environment can be codified and then shared with staging, QA or dev. These configurations can be used to rapidly spin up new environments to test in, and then easily disposed of. Terraform can help tame the difficulty of maintaining parallel environments, and makes it practical