From 00cc5781abdb450e389e338e1fae7295bdb7782d Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 8 May 2019 16:31:37 -0700 Subject: [PATCH] website: Fix typo in the configuration language introduction page --- website/docs/configuration/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/index.html.md b/website/docs/configuration/index.html.md index d57ba3363..c7d05816b 100644 --- a/website/docs/configuration/index.html.md +++ b/website/docs/configuration/index.html.md @@ -97,7 +97,7 @@ resources into source files in whatever way makes sense for your infrastructure. ## Terraform CLI vs. Providers The Terraform command line interface (CLI) is a general engine for evaluating -and applying Terraform configuations. It defines the Terraform language syntax +and applying Terraform configurations. It defines the Terraform language syntax and overall structure, and coordinates sequences of changes that must be made to make remote infrastructure match the given configuration.