From d3d81fcab58a5934dbbb38c7d0976f03002a7f0a Mon Sep 17 00:00:00 2001 From: javanna Date: Mon, 9 Jan 2017 18:22:11 +0100 Subject: [PATCH] fix another typo in the docs --- docs/reference/modules/cross-cluster-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/cross-cluster-search.asciidoc b/docs/reference/modules/cross-cluster-search.asciidoc index 5a2a146a4b4..ce2bac98dd5 100644 --- a/docs/reference/modules/cross-cluster-search.asciidoc +++ b/docs/reference/modules/cross-cluster-search.asciidoc @@ -58,7 +58,7 @@ POST /cluster_one:twitter,twitter/tweet/_search Search results are disambiguated the same way as the indices are disambiguated in the request. Even if index names are identical these indices will be treated as different indices when results are merged. All results retrieved from a remote index -will be prefixed with it's remote clusters name: +will be prefixed with their remote cluster name: [source,js] --------------------------------------------------