Skip to content

Commit 6a3d1a0

Browse files
orhantoyjrodewig
authored andcommitted
[DOCS] Fixes "enables you to" typos (#50225)
1 parent bed121e commit 6a3d1a0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/reference/docs/update.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Updates a document using the specified script.
1414
[[update-api-desc]]
1515
==== {api-description-title}
1616

17-
Enables you script document updates. The script can update, delete, or skip
17+
Enables you to script document updates. The script can update, delete, or skip
1818
modifying the document. The update API also supports passing a partial document,
1919
which is merged into the existing document. To fully replace an existing
2020
document, use the <<docs-index_,`index` API>>.

docs/reference/ml/anomaly-detection/apis/validate-detector.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Validates detector configuration information.
2323
[[ml-valid-detector-desc]]
2424
==== {api-description-title}
2525

26-
This API enables you validate the detector configuration
26+
This API enables you to validate the detector configuration
2727
before you create an {anomaly-job}.
2828

2929
[[ml-valid-detector-request-body]]

docs/reference/ml/anomaly-detection/apis/validate-job.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Validates {anomaly-job} configuration information.
2323
[[ml-valid-job-desc]]
2424
==== {api-description-title}
2525

26-
This API enables you validate the {anomaly-job} configuration before you
26+
This API enables you to validate the {anomaly-job} configuration before you
2727
create the job.
2828

2929
[[ml-valid-job-request-body]]

docs/reference/upgrade/reindex_upgrade.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ endif::include-xpack[]
102102
=== Reindex from a remote cluster
103103

104104
You can use <<reindex-from-remote,reindex from remote>> to migrate indices from
105-
your old cluster to a new {version} cluster. This enables you move to {version}
106-
from a pre-6.8 cluster without interrupting service.
105+
your old cluster to a new {version} cluster. This enables you to move to
106+
{version} from a pre-6.8 cluster without interrupting service.
107107

108108
[WARNING]
109109
=============================================

x-pack/docs/en/watcher/input/chain.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ execution context when the watch is triggered. The inputs in a chain
77
are processed in order and the data loaded by an input can be accessed by the
88
subsequent inputs in the chain.
99

10-
The `chain` input enables you perform actions based on data from multiple
10+
The `chain` input enables you to perform actions based on data from multiple
1111
sources. You can also use the data collected by one input to load data
1212
from another source.
1313

0 commit comments

Comments
 (0)