[DOCS] Fix typo in highlighting doc (#45707)

This commit is contained in:
Jonathan Hult 2019-08-20 07:27:27 -04:00 committed by James Rodewig
parent 7d5ab17bb2
commit 041385559c

View File

@ -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.