From 2588022b81ae28a9d2cf9bca9994081a338622be Mon Sep 17 00:00:00 2001 From: debadair Date: Fri, 7 Feb 2020 11:03:56 -0800 Subject: [PATCH] [DOCS] Fixed typo. (#52071) --- docs/reference/search/search-shards.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/search-shards.asciidoc b/docs/reference/search/search-shards.asciidoc index 6909ff4059b..48c02a3e73f 100644 --- a/docs/reference/search/search-shards.asciidoc +++ b/docs/reference/search/search-shards.asciidoc @@ -184,5 +184,5 @@ The API returns the following result: // TESTRESPONSE[s/0TvkCyF7TAmM1wHP4a42-A/$body.shards.1.0.allocation_id.id/] // TESTRESPONSE[s/fMju3hd1QHWmWrIgFnI4Ww/$body.shards.0.0.allocation_id.id/] -The search will only be executed against two of the shards, because outing -values have been specified. +Because of the specified routing values, +the search is only executed against two of the shards.