Browse Source

[DOCS] Fix typo in update anomaly detection job API

lcawl 5 years ago
parent
commit
f56ab039ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ml/anomaly-detection/apis/update-job.asciidoc

+ 1 - 1
docs/reference/ml/anomaly-detection/apis/update-job.asciidoc

@@ -61,7 +61,7 @@ NOTE: You can update the `analysis_limits` only while the job is closed. The
  
 TIP: If the `memory_status` property in the
 <<ml-get-snapshot-results,`model_size_stats` object>> has a value of 
-`hard_limit`,mthis means that it was unable to process some data. You might want 
+`hard_limit`, this means that it was unable to process some data. You might want 
 to re-run the job with an increased `model_memory_limit`.
 
 --