From dbb07a3abc31b0c5a155091ccea8cadd0c88beb4 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 1 Nov 2017 12:27:00 -0700 Subject: [PATCH] Fixes a typo in the check restart doc. --- website/source/docs/job-specification/check_restart.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/check_restart.html.md b/website/source/docs/job-specification/check_restart.html.md index bac3cec61..d183bd054 100644 --- a/website/source/docs/job-specification/check_restart.html.md +++ b/website/source/docs/job-specification/check_restart.html.md @@ -30,7 +30,7 @@ unhealthy for the `limit` specified in a `check_restart` stanza, it is restarted according to the task group's [`restart` policy][restart_stanza]. The `check_restart` settings apply to [`check`s][check_stanza], but may also be placed on [`service`s][service_stanza] to apply to all checks on a service. -If `check_restart` is set on both the check and service, the stanza's are +If `check_restart` is set on both the check and service, the stanzas are merged with the check values taking precedence. ```hcl