[DOCS] Fix typo in "Wait For Active Shards" part (#20900)

Add missing closing backtick
This commit is contained in:
Thibaud BARDIN 2016-10-13 08:53:30 +02:00 committed by Boaz Leskes
parent 12392b5425
commit 1bcd26627c
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ of configured copies per shard in the index (which is `number_of_replicas+1`).
Specifying a negative value or a number greater than the number of
shard copies will throw an error.
For example, suppose we have a cluster of three nodes, `A, `B`, and `C` and
For example, suppose we have a cluster of three nodes, `A`, `B`, and `C` and
we create an index `index` with the number of replicas set to 3 (resulting in
4 shard copies, one more copy than there are nodes). If we
attempt an indexing operation, by default the operation will only ensure