Browse Source

[DOCS] Fix capitalization (#74470)

Robin Clarke 4 years ago
parent
commit
7aaf209e47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/split-index.asciidoc

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

@@ -192,7 +192,7 @@ the cluster state -- it doesn't wait for the split operation to start.
 
 Indices can only be split if they satisfy the following requirements:
 
-* the target index must not exist
+* The target index must not exist
 
 * The source index must have fewer primary shards than the target index.