website: Fix typo in the configuration language introduction page

This commit is contained in:
Alexis 2019-05-08 16:31:37 -07:00 committed by Martin Atkins
parent ee5d4698a2
commit 00cc5781ab
1 changed files with 1 additions and 1 deletions

View File

@ -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.