[DOCS] Fixes "enables you to" typos (#50225)

This commit is contained in:
Orhan Toy 2019-12-23 20:38:37 +01:00 committed by James Rodewig
parent bed121efaf
commit 6a3d1a077e
5 changed files with 6 additions and 6 deletions

View File

@ -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 <<docs-index_,`index` API>>.

View File

@ -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]]

View File

@ -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]]

View File

@ -102,8 +102,8 @@ endif::include-xpack[]
=== Reindex from a remote cluster
You can use <<reindex-from-remote,reindex from remote>> 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]
=============================================

View File

@ -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.