diff --git a/website/docs/r/service_v1.html.markdown b/website/docs/r/service_v1.html.markdown index 88f9adad8..4bb45e14e 100644 --- a/website/docs/r/service_v1.html.markdown +++ b/website/docs/r/service_v1.html.markdown @@ -248,7 +248,7 @@ see [Fastly's Documentation on Conditionals][fastly-conditionals]. The `healthcheck` block supports: * `name` - (Required) A unique name to identify this Healthcheck. -* `host` - (Required) Address of the host to check. +* `host` - (Required) The Host header to send for this Healthcheck. * `path` - (Required) The path to check. * `check_interval` - (Optional) How often to run the Healthcheck in milliseconds. Default `5000`. * `expected_response` - (Optional) The status code expected from the host. Default `200`. diff --git a/website/fastly.erb b/website/fastly.erb index b75cc71f9..722271a2d 100644 --- a/website/fastly.erb +++ b/website/fastly.erb @@ -24,7 +24,7 @@