From 74b9878f69987250ed2df8e5278e22b51014acac Mon Sep 17 00:00:00 2001 From: rhymes Date: Mon, 2 Mar 2020 13:22:27 +0100 Subject: [PATCH] [DOCS] Fix typo in index and search analysis docs (#52988) --- docs/reference/analysis/index-search-time.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/analysis/index-search-time.asciidoc b/docs/reference/analysis/index-search-time.asciidoc index 894cb36f871d..652fb5eb989d 100644 --- a/docs/reference/analysis/index-search-time.asciidoc +++ b/docs/reference/analysis/index-search-time.asciidoc @@ -67,7 +67,7 @@ analyzer produces the following tokens: [ quick, fox ] ------ -To execute the serach, {es} compares these query string tokens to the tokens +To execute the search, {es} compares these query string tokens to the tokens indexed in the `text` field. [options="header"]