Fixes a typo in the check restart doc.

This commit is contained in:
James Phillips 2017-11-01 12:27:00 -07:00 committed by GitHub
parent aa1d103d37
commit dbb07a3abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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