From 2d382614e6699001d6d94791f08d2932bffb0126 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:32:48 +0000 Subject: [PATCH] Fix two typos (#7304) (#7309) --- _benchmark/quickstart.md | 2 +- _ingest-pipelines/processors/index-processors.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_benchmark/quickstart.md b/_benchmark/quickstart.md index 0c23f74953..a6bcd59819 100644 --- a/_benchmark/quickstart.md +++ b/_benchmark/quickstart.md @@ -18,7 +18,7 @@ To perform the Quickstart steps, you'll need to fulfill the following prerequisi ## Set up an OpenSearch cluster -If you don't already have an active OpenSearch cluster, you can launch a new OpenSearch cluster to use with OpenSerch Benchmark. +If you don't already have an active OpenSearch cluster, you can launch a new OpenSearch cluster to use with OpenSearch Benchmark. - Using **Docker Compose**. For instructions on how to use Docker Compose, see [OpenSearch Quickstart]({{site.url}}{{site.baseurl}}/quickstart/). - Using **Tar**. For instructions on how to install OpenSearch with Tar, see [Installing OpenSearch > Tarball]({{site.url}}{{site.baseurl}}/install-and-configure/install-opensearch/tar#step-1-download-and-unpack-opensearch). diff --git a/_ingest-pipelines/processors/index-processors.md b/_ingest-pipelines/processors/index-processors.md index 0c6f2ca4a8..7b702aeea2 100644 --- a/_ingest-pipelines/processors/index-processors.md +++ b/_ingest-pipelines/processors/index-processors.md @@ -24,7 +24,7 @@ To set up and deploy ingest processors, make sure you have the necessary permiss ## Supported processors -Processor types and their required or optional parameters vary depending on your specific use case. OpenSearch supports the following ingest processors. For tutorials on using these processors in an OpenSerch pipeline, go to each processor's respective documentation. +Processor types and their required or optional parameters vary depending on your specific use case. OpenSearch supports the following ingest processors. For tutorials on using these processors in an OpenSearch pipeline, go to each processor's respective documentation. Processor type | Description :--- | :---