diff --git a/website/source/docs/job-specification/service.html.md b/website/source/docs/job-specification/service.html.md index e64b554e5..9aa29fbf2 100644 --- a/website/source/docs/job-specification/service.html.md +++ b/website/source/docs/job-specification/service.html.md @@ -120,7 +120,7 @@ does not automatically enable service discovery. - `name` `(string: "service: check")` - Specifies the name of the health check. -- `path` `(string: )` - Specifies the path of the http endpoint which +- `path` `(string: )` - Specifies the path of the HTTP endpoint which Consul will query to query the health of a service. Nomad will automatically add the IP of the service and the port, so this is just the relative URL to the health check endpoint. This is required for http-based health checks.