From b07356ba9520c04dcf04191822637b3e4ffff681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Verdo=C3=AFa=20Laurent?= Date: Sat, 28 Nov 2015 14:10:47 +0900 Subject: [PATCH] docs: Correct mistype --- .../docs/providers/aws/r/route53_health_check.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route53_health_check.html.markdown b/website/source/docs/providers/aws/r/route53_health_check.html.markdown index 0f810784a..07f8dc751 100644 --- a/website/source/docs/providers/aws/r/route53_health_check.html.markdown +++ b/website/source/docs/providers/aws/r/route53_health_check.html.markdown @@ -32,7 +32,7 @@ The following arguments are supported: * `fqdn` - (Optional) The fully qualified domain name of the endpoint to be checked. * `ip_address` - (Optional) The IP address of the endpoint to be checked. -* `failure_threshold` - (Required) The number of consecutive health checks that an endpoint must pass or fai. +* `failure_threshold` - (Required) The number of consecutive health checks that an endpoint must pass or fail. * `request_interval` - (Required) The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request. * `resource_path` - (Optional) The path that you want Amazon Route 53 to request when performing health checks. * `search_string` - (Optional) String searched in respoonse body for check to considered healthy.