From 4967221f825334eeddd87de11fb10cabd2b8a0bf Mon Sep 17 00:00:00 2001 From: Keith Chan <12404772+keithhc2@users.noreply.github.com> Date: Tue, 25 May 2021 09:59:45 -0700 Subject: [PATCH] Fixed a typo --- docs/opensearch/query-dsl/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opensearch/query-dsl/index.md b/docs/opensearch/query-dsl/index.md index 762feaa7..92782741 100644 --- a/docs/opensearch/query-dsl/index.md +++ b/docs/opensearch/query-dsl/index.md @@ -52,7 +52,7 @@ GET _search?q=speaker:queen } ``` -With querl DSL, however, you can include an HTTP request body to look for results more tailored to your needs. The following example shows how to search for `speaker` and `text_entry` fields that have a value of `QUEEN`. +With query DSL, however, you can include an HTTP request body to look for results more tailored to your needs. The following example shows how to search for `speaker` and `text_entry` fields that have a value of `QUEEN`. **Sample request** ```json