Browse Source

fix another typo in the docs

javanna 8 years ago
parent
commit
d3d81fcab5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/cross-cluster-search.asciidoc

+ 1 - 1
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]
 --------------------------------------------------