From 8ae47b5133a5ead37fcf3ce7339983cc3980bde1 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 28 Jul 2014 20:21:18 -0400 Subject: [PATCH] website: Typo fix --- website/source/docs/providers/consul/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/consul/index.html.markdown b/website/source/docs/providers/consul/index.html.markdown index 0ae0da31c..291d4367d 100644 --- a/website/source/docs/providers/consul/index.html.markdown +++ b/website/source/docs/providers/consul/index.html.markdown @@ -41,6 +41,6 @@ resource "aws_instance" "app" { The following arguments are supported: -* `address` - (Optional) The HTP API address of the agent to use. Defaults to "127.0.0.1:8500". +* `address` - (Optional) The HTTP API address of the agent to use. Defaults to "127.0.0.1:8500". * `datacenter` - (Optional) The datacenter to use. Defaults to that of the agent.