Corrects `defile` to `defined` (#5262)

This commit is contained in:
Geoffrey Grosenbach 2019-01-25 11:45:08 -08:00 committed by kaitlincarter-hc
parent d51471c9b0
commit 4639466618
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ There are several different kinds of checks:
In Consul 0.9.0 and later, script checks are not enabled by default. To use them you
can either use :
* [`enable_local_script_checks`](/docs/agent/options.html#_enable_local_script_checks):
enable script checks defile in local config files. Script checks defined via the HTTP
enable script checks defined in local config files. Script checks defined via the HTTP
API will not be allowed.
* [`enable_script_checks`](/docs/agent/options.html#_enable_script_checks): enable
script checks regardless of how they are defined.