Skip to content

Commit b88b3d8

Browse files
[ML][DOCS] Fix typo applied_to => applies_to
1 parent 2ed9782 commit b88b3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/rest-api/ml/jobresource.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ A condition has the following properties:
467467
(string) Specifies the condition operator. The available options are
468468
`gt` (greater than), `gte` (greater than or equals), `lt` (less than) and `lte` (less than or equals).
469469
`value`:::
470-
(double) The value that is compared against the `applied_to` field using the `operator`.
470+
(double) The value that is compared against the `applies_to` field using the `operator`.
471471
--
472472

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

0 commit comments

Comments
 (0)