website: fix typo in the 'terraform' block documentation page

This commit is contained in:
Justin Weissig 2019-05-20 14:37:03 -07:00 committed by Martin Atkins
parent fe8c380fe1
commit 778cae91a8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ can specify its own version requirements. The requirements of all modules
in the tree must be satisfied.
Use Terraform version constraints in a collaborative environment to
ensure that everyone is using a spceific Terraform version, or using at least
ensure that everyone is using a specific Terraform version, or using at least
a minimum Terraform version that has behavior expected by the configuration.
The `required_version` setting applies only to the version of Terraform CLI.