Skip to content

Commit

Permalink
[ML][DOCS] Fix typo applied_to => applies_to
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitris-athanasiou committed Jul 31, 2018
1 parent 5b96abe commit 1379ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/docs/en/rest-api/ml/jobresource.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ A condition has the following properties:
(string) Specifies the condition operator. The available options are
`gt` (greater than), `gte` (greater than or equals), `lt` (less than) and `lte` (less than or equals).
`value`:::
(double) The value that is compared against the `applied_to` field using the `operator`.
(double) The value that is compared against the `applies_to` field using the `operator`.
--

A rule is required to either have a non-empty scope or at least one condition.
Expand Down

0 comments on commit 1379ccb

Please sign in to comment.