[DOCS] Fix typo (#66779) (#66784)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: Sandeep Kanabar <sandeepkanabar@gmail.com>
This commit is contained in:
James Rodewig 2020-12-23 09:25:18 -05:00 committed by GitHub
parent 2fd049cda7
commit 3a3a099a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ the cluster state -- it doesn't wait for the shrink operation to start.
Indices can only be shrunk if they satisfy the following requirements:
* the target index must not exist
* The target index must not exist.
* The index must have more primary shards than the target index.
* The source index must have more primary shards than the target index.
* The number of primary shards in the target index must be a factor of the
number of primary shards in the source index. The source index must have