From ea0ef2d31e41714240eb796dc7c84e27547e4642 Mon Sep 17 00:00:00 2001 From: scottsuch Date: Tue, 29 Jul 2014 11:31:28 -0400 Subject: [PATCH] Removes duplicate 'a' --- website/source/intro/vs/boto.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/boto.html.markdown b/website/source/intro/vs/boto.html.markdown index dbf380009..1a05fa9de 100644 --- a/website/source/intro/vs/boto.html.markdown +++ b/website/source/intro/vs/boto.html.markdown @@ -16,7 +16,7 @@ developers to build their own tooling to build and manage their infrastructure. Terraform is not intended to give low-level programmatic access to providers, but instead provides a high level syntax for describing how cloud resources and services should be created, provisioned, and -combined. Terraform is very flexible, using a a plugin-based model to +combined. Terraform is very flexible, using a plugin-based model to support providers and provisioners, giving it the ability to support almost any service that exposes APIs.