From 203466252baf6a3ce2d611cc285023a17864b9d2 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 10 Oct 2015 10:47:40 -0600 Subject: [PATCH] instead -> instead of --- 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 429ecc417..66ac4328b 100644 --- a/website/source/intro/vs/terraform.html.md +++ b/website/source/intro/vs/terraform.html.md @@ -25,7 +25,7 @@ on that infrastructure. Another major distinction is that Terraform is an offline tool that runs to completion, while Nomad is an online system with long lived servers. Nomad allows new jobs to be submitted, existing jobs updated or deleted, and can handle node failures. This -requires operating continuously instead in a single shot like Terraform. +requires operating continuously instead of in a single shot like Terraform. For small infrastructures with only a handful of servers or applications, the complexity of Nomad may not outweigh simply using Terraform to statically assign applications to