From 6a3d1a077e8e2158be9639cc30e97dda0101e6c3 Mon Sep 17 00:00:00 2001 From: Orhan Toy Date: Mon, 23 Dec 2019 20:38:37 +0100 Subject: [PATCH] [DOCS] Fixes "enables you to" typos (#50225) --- docs/reference/docs/update.asciidoc | 2 +- .../ml/anomaly-detection/apis/validate-detector.asciidoc | 2 +- .../reference/ml/anomaly-detection/apis/validate-job.asciidoc | 2 +- docs/reference/upgrade/reindex_upgrade.asciidoc | 4 ++-- x-pack/docs/en/watcher/input/chain.asciidoc | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/docs/update.asciidoc b/docs/reference/docs/update.asciidoc index 3b6e94c7afa..234d4527fc2 100644 --- a/docs/reference/docs/update.asciidoc +++ b/docs/reference/docs/update.asciidoc @@ -14,7 +14,7 @@ Updates a document using the specified script. [[update-api-desc]] ==== {api-description-title} -Enables you script document updates. The script can update, delete, or skip +Enables you to script document updates. The script can update, delete, or skip modifying the document. The update API also supports passing a partial document, which is merged into the existing document. To fully replace an existing document, use the <>. diff --git a/docs/reference/ml/anomaly-detection/apis/validate-detector.asciidoc b/docs/reference/ml/anomaly-detection/apis/validate-detector.asciidoc index 74f7e717a06..c931c1ef358 100644 --- a/docs/reference/ml/anomaly-detection/apis/validate-detector.asciidoc +++ b/docs/reference/ml/anomaly-detection/apis/validate-detector.asciidoc @@ -23,7 +23,7 @@ Validates detector configuration information. [[ml-valid-detector-desc]] ==== {api-description-title} -This API enables you validate the detector configuration +This API enables you to validate the detector configuration before you create an {anomaly-job}. [[ml-valid-detector-request-body]] diff --git a/docs/reference/ml/anomaly-detection/apis/validate-job.asciidoc b/docs/reference/ml/anomaly-detection/apis/validate-job.asciidoc index 8b094d36b27..27382568908 100644 --- a/docs/reference/ml/anomaly-detection/apis/validate-job.asciidoc +++ b/docs/reference/ml/anomaly-detection/apis/validate-job.asciidoc @@ -23,7 +23,7 @@ Validates {anomaly-job} configuration information. [[ml-valid-job-desc]] ==== {api-description-title} -This API enables you validate the {anomaly-job} configuration before you +This API enables you to validate the {anomaly-job} configuration before you create the job. [[ml-valid-job-request-body]] diff --git a/docs/reference/upgrade/reindex_upgrade.asciidoc b/docs/reference/upgrade/reindex_upgrade.asciidoc index 7f576bd4270..a9b1f608007 100644 --- a/docs/reference/upgrade/reindex_upgrade.asciidoc +++ b/docs/reference/upgrade/reindex_upgrade.asciidoc @@ -102,8 +102,8 @@ endif::include-xpack[] === Reindex from a remote cluster You can use <> to migrate indices from -your old cluster to a new {version} cluster. This enables you move to {version} -from a pre-6.8 cluster without interrupting service. +your old cluster to a new {version} cluster. This enables you to move to +{version} from a pre-6.8 cluster without interrupting service. [WARNING] ============================================= diff --git a/x-pack/docs/en/watcher/input/chain.asciidoc b/x-pack/docs/en/watcher/input/chain.asciidoc index 7ff39d97d29..69afe310463 100644 --- a/x-pack/docs/en/watcher/input/chain.asciidoc +++ b/x-pack/docs/en/watcher/input/chain.asciidoc @@ -7,7 +7,7 @@ execution context when the watch is triggered. The inputs in a chain are processed in order and the data loaded by an input can be accessed by the subsequent inputs in the chain. -The `chain` input enables you perform actions based on data from multiple +The `chain` input enables you to perform actions based on data from multiple sources. You can also use the data collected by one input to load data from another source.