From 3b6b2138804aaf47de66bc27b2f3cc39ebda241d Mon Sep 17 00:00:00 2001 From: Liam Griffin Date: Wed, 26 Apr 2017 11:20:32 +0100 Subject: [PATCH] Small typo --- website/source/intro/vs/terraform.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/terraform.html.md b/website/source/intro/vs/terraform.html.md index 794bcd154..4406ad63e 100644 --- a/website/source/intro/vs/terraform.html.md +++ b/website/source/intro/vs/terraform.html.md @@ -13,7 +13,7 @@ Vagrant and [Terraform][terraform] are both projects from [HashiCorp][hashicorp] Vagrant is a tool focused for managing development environments and Terraform is a tool for building infrastructure. -Terraform can decribe complex sets of infrastructure that exists +Terraform can describe complex sets of infrastructure that exists locally or remotely. It is focused on building and changing that infrastructure over time. The minimal aspects of virtual machine lifecycle can be reproduced in Terraform, sometimes leading to confusion with Vagrant.