From 3373b1406af0d93954beeee751de36ac37b7cbc7 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 24 Aug 2020 09:46:23 -0400 Subject: [PATCH] [DOCS] Fix typo in CCR Put Follow API docs (#61392) (#61470) Co-authored-by: Mark Laney --- docs/reference/ccr/apis/follow/put-follow.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ccr/apis/follow/put-follow.asciidoc b/docs/reference/ccr/apis/follow/put-follow.asciidoc index 26a9a362aea..5a7f86e70a6 100644 --- a/docs/reference/ccr/apis/follow/put-follow.asciidoc +++ b/docs/reference/ccr/apis/follow/put-follow.asciidoc @@ -62,7 +62,7 @@ referenced leader index. When this API returns, the follower index exists, and `wait_for_active_shards`:: (Optional, integer) Specifies the number of shards to wait on being active before responding. This defaults to waiting on none of the shards to be active. A - shard must be restored from the leader index being active. Restoring a + shard must be restored from the leader index before being active. Restoring a follower shard requires transferring all the remote Lucene segment files to the follower index.