From 62ed0f9eeca38a64c7393f48853079e2d65c8e2c Mon Sep 17 00:00:00 2001 From: Vlad Romanenko Date: Thu, 8 Feb 2018 15:27:46 +0000 Subject: [PATCH] Minor grammar fix. --- website/intro/getting-started/modules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/intro/getting-started/modules.html.md b/website/intro/getting-started/modules.html.md index 0debae3003..a1c5932264 100644 --- a/website/intro/getting-started/modules.html.md +++ b/website/intro/getting-started/modules.html.md @@ -38,7 +38,7 @@ larger building-blocks for your infrastructure. In this example, we're going to use [the Consul Terraform module for AWS](https://registry.terraform.io/modules/hashicorp/consul/aws), which will set up a complete [Consul](https://www.consul.io) cluster. -This and other modules can found via the search feature on the Terraform +This and other modules can be found via the search feature on the Terraform Registry site. Create a configuration file with the following contents: