[Docs] Fix typo in watcher conditions documentation (#30989)

This commit is contained in:
Michael Russell 2018-06-04 13:00:57 +02:00 committed by Christoph Büscher
parent fa6b7266eb
commit b665d591f1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ in the watch payload to determine whether or not to execute the watch actions.
* <<condition-array-compare, `array_compare`>>: compare an array of values in the * <<condition-array-compare, `array_compare`>>: compare an array of values in the
watch payload to a given value to determine whether or not to execute the watch watch payload to a given value to determine whether or not to execute the watch
actions. actions.
* <<condition-script, `script`>>: use a script to determine wehther or not to * <<condition-script, `script`>>: use a script to determine whether or not to
execute the watch actions. execute the watch actions.
NOTE: If you omit the condition definition from a watch, the condition defaults NOTE: If you omit the condition definition from a watch, the condition defaults