From 277a0b3da7e51847e4f17965f474ca852d0bc754 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 6 Aug 2014 14:52:56 -0700 Subject: [PATCH] Fixed a typo in the docs --- website/source/docs/providers/aws/r/elb.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/elb.html.markdown b/website/source/docs/providers/aws/r/elb.html.markdown index 4d8f88ea5..b2b4a699a 100644 --- a/website/source/docs/providers/aws/r/elb.html.markdown +++ b/website/source/docs/providers/aws/r/elb.html.markdown @@ -43,7 +43,7 @@ The following arguments are supported: * `availability_zones` - (Optional) The AZ's to serve traffic in. * `instances` - (Optional) A list of instance ids to place in the ELB pool. * `listener` - (Required) A list of listener blocks. Listeners documented below. -* `listener` - (Required) A health_check block. Health Check documented below. +* `health_check` - (Required) A health_check block. Health Check documented below. Listeners support the following: