From 40c99e56c38da9ba7a65aa173c0a2884cec8dd39 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 22 Dec 2020 09:16:28 -0500 Subject: [PATCH] [DOCS] Fix typo (#66721) (#66743) Co-authored-by: Alan Tan --- .../reference/search/search-your-data/search-your-data.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/search-your-data/search-your-data.asciidoc b/docs/reference/search/search-your-data/search-your-data.asciidoc index d2cea534821..0d72145c6a0 100644 --- a/docs/reference/search/search-your-data/search-your-data.asciidoc +++ b/docs/reference/search/search-your-data/search-your-data.asciidoc @@ -216,7 +216,7 @@ should be tracked. Given that it is often enough to have a lower bound of the number of hits, such as "there are at least 10000 hits", the default is set to `10,000`. This means that requests will count the total hit accurately up to `10,000` hits. -It's is a good trade off to speed up searches if you don't need the accurate number +It is a good trade off to speed up searches if you don't need the accurate number of hits after a certain threshold. When set to `true` the search response will always track the number of hits that