Skip to content

[DOCS] Fixes "enables you to" #50225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/docs/update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/upgrade/reindex_upgrade.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
=============================================
Expand Down
2 changes: 1 addition & 1 deletion x-pack/docs/en/watcher/input/chain.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down