Browse Source

Minor fix in Create Index desc (#22877)

Shubham Aggarwal 8 years ago
parent
commit
d80e05f4d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/create-index.asciidoc

+ 1 - 1
docs/reference/indices/create-index.asciidoc

@@ -135,7 +135,7 @@ what happened:
 // TESTRESPONSE
 
 `acknowledged` indicates whether the index was successfully created in the cluster, while 
-`shards_acknowledged` indices whether the requisite number of shard copies were started for
+`shards_acknowledged` indicates whether the requisite number of shard copies were started for
 each shard in the index before timing out. Note that it is still possible for either 
 `acknowledged` or `shards_acknowledged` to be `false`, but the index creation was successful. 
 These values simply indicate whether the operation completed before the timeout. If