Browse Source

[DOCS] fixes word usage in allocation awareness docs

Ali Beyad 9 years ago
parent
commit
51bfecc7cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/cluster/allocation_awareness.asciidoc

+ 1 - 1
docs/reference/modules/cluster/allocation_awareness.asciidoc

@@ -104,7 +104,7 @@ cluster.routing.allocation.awareness.attributes: zone
 
 Now, if we start 2 nodes with `node.attr.zone` set to `zone1` and create an index
 with 5 shards and 1 replica. The index will be created, but only the 5 primary
-shards will be allocated (with no replicas). Only when we start more shards
+shards will be allocated (with no replicas). Only when we start more nodes
 with `node.attr.zone` set to `zone2` will the replicas be allocated.
 
 The `cluster.routing.allocation.awareness.*` settings can all be updated