Browse Source

Fix typo in migration node for one shard per index

Jason Tedor 6 years ago
parent
commit
fc85c37efc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/migration/migrate_7_0/indices.asciidoc

+ 1 - 1
docs/reference/migration/migrate_7_0/indices.asciidoc

@@ -5,7 +5,7 @@
 [float]
 ==== Index creation no longer defaults to five shards
 Previous versions of Elasticsearch defaulted to creating five shards per index.
-Starting with 7.0.0, the default is now one index per shard.
+Starting with 7.0.0, the default is now one shard per index.
 
 [float]
 ==== `:` is no longer allowed in index name