From 041385559c97db3862822ac789774e53568ecb9d Mon Sep 17 00:00:00 2001 From: Jonathan Hult Date: Tue, 20 Aug 2019 07:27:27 -0400 Subject: [PATCH] [DOCS] Fix typo in highlighting doc (#45707) --- docs/reference/search/request/highlighting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request/highlighting.asciidoc b/docs/reference/search/request/highlighting.asciidoc index 907ef3a511b..58448f246f6 100644 --- a/docs/reference/search/request/highlighting.asciidoc +++ b/docs/reference/search/request/highlighting.asciidoc @@ -175,7 +175,7 @@ snippets: `simple` or `span`. Only valid for the `plain` highlighter. Defaults to `span`. `simple`::: Breaks up text into same-sized fragments. -`span`::: Breaks up text into same-sized fragments, but tried to avoid +`span`::: Breaks up text into same-sized fragments, but tries to avoid breaking up text between highlighted terms. This is helpful when you're querying for phrases. Default.