From e5ebc62b16871f197738db007acffc8e9910806b Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Mon, 5 Nov 2018 18:13:56 +0100 Subject: [PATCH] [ML] Fixes typo. (#25130) Fixes "Dectector" Typo. --- x-pack/plugins/ml/server/models/job_validation/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/server/models/job_validation/messages.json b/x-pack/plugins/ml/server/models/job_validation/messages.json index 94d4d60bbde7..fe3b496bea65 100644 --- a/x-pack/plugins/ml/server/models/job_validation/messages.json +++ b/x-pack/plugins/ml/server/models/job_validation/messages.json @@ -89,7 +89,7 @@ }, "detectors_function_not_empty": { "status": "SUCCESS", - "heading": "Dectector functions", + "heading": "Detector functions", "text": "Presence of detector functions validated in all detectors.", "url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#detectors" },