From 09753d6a86ed3c787ec15ab3d51e7faf1ee04edf Mon Sep 17 00:00:00 2001 From: Florian Hopf Date: Tue, 21 Mar 2017 20:36:54 +0800 Subject: [PATCH] Fix typo in allocation explain API docs This commit addresses a simple typo in the application explain API docs. Relates #23669 --- docs/reference/cluster/allocation-explain.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cluster/allocation-explain.asciidoc b/docs/reference/cluster/allocation-explain.asciidoc index 8336cf73a79..8749970aeb2 100644 --- a/docs/reference/cluster/allocation-explain.asciidoc +++ b/docs/reference/cluster/allocation-explain.asciidoc @@ -5,7 +5,7 @@ The purpose of the cluster allocation explain API is to provide explanations for shard allocations in the cluster. For unassigned shards, the explain API provides an explanation for why the shard is unassigned. For assigned shards, the explain API provides an explanation for why the -shard is remaining on its current moved and has not moved or rebalanced to +shard is remaining on its current node and has not moved or rebalanced to another node. This API can be very useful when attempting to diagnose why a shard is unassigned or why a shard continues to remain on its current node when you might expect otherwise.