Skip to content

Commit 81b0b16

Browse files
[DOCS] Fix typo (#66779)
Co-authored-by: James Rodewig <[email protected]>
1 parent 962b11b commit 81b0b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/indices/shrink-index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ the cluster state -- it doesn't wait for the shrink operation to start.
8787
8888
Indices can only be shrunk if they satisfy the following requirements:
8989
90-
* the target index must not exist
90+
* The target index must not exist.
9191
92-
* The index must have more primary shards than the target index.
92+
* The source index must have more primary shards than the target index.
9393
9494
* The number of primary shards in the target index must be a factor of the
9595
number of primary shards in the source index. The source index must have

0 commit comments

Comments
 (0)