From ff0889461d15c627c56c2d36ef1a977d695a6ac0 Mon Sep 17 00:00:00 2001 From: Cem Ezberci Date: Mon, 28 Jul 2014 22:27:41 -0700 Subject: [PATCH] Fix typo --- 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 7a9d5b789..1701fb0b2 100644 --- a/website/source/intro/use-cases.html.markdown +++ b/website/source/intro/use-cases.html.markdown @@ -114,6 +114,6 @@ allows for more graceful recovery of the loss of a region or entire provider. Realizing multi-cloud deployments can be very challenging as many existing tools for infrastructure management are cloud-specific. Terraform is cloud agnostic, and allows a single configuration to be used to manage multiple providers, and -to even handle cross-cloud dependcies. This simplifies management and orchestration, +to even handle cross-cloud dependencies. This simplifies management and orchestration, helping operators build large scale multi-cloud infrastructures.