From ea14029f3edc0e81a96205eb31efa7a3771d3240 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 9 Sep 2019 10:26:08 -0700 Subject: [PATCH] website: fix typo --- website/source/docs/job-specification/service.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/service.html.md b/website/source/docs/job-specification/service.html.md index fdfa1ff4f..7cfd851cc 100644 --- a/website/source/docs/job-specification/service.html.md +++ b/website/source/docs/job-specification/service.html.md @@ -217,7 +217,7 @@ scripts. - `protocol` `(string: "http")` - Specifies the protocol for the http-based health checks. Valid options are `http` and `https`. -- `task` `(string: )` - Specifices the task associated with this +- `task` `(string: )` - Specifies the task associated with this check. Scripts are executed within the task's environment, and `check_restart` stanzas will apply to the specified task. For `checks` on group level `services` only.