浏览代码

[DOCS] Fix typo in CCR Put Follow API docs (#61392) (#61471)

Co-authored-by: Mark Laney <mark1@elastic.co>
James Rodewig 5 年之前
父节点
当前提交
bfae8c7633
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/ccr/apis/follow/put-follow.asciidoc

+ 1 - 1
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`::
 `wait_for_active_shards`::
   (Optional, integer) Specifies the number of shards to wait on being active before
   (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
   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
   follower shard requires transferring all the remote Lucene segment files to
   the follower index.
   the follower index.