Browse Source

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

Orhan Toy 5 years ago
parent
commit
48342740c5

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

+ 1 - 1
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]]

+ 1 - 1
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]]

+ 2 - 2
docs/reference/upgrade/reindex_upgrade.asciidoc

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

+ 1 - 1
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.