Skip to content

Commit b7935b5

Browse files
authored
fix typo in healing page (#1452)
1 parent d0be5e7 commit b7935b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/operations/concepts/healing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The ability of MinIO to restore a damaged object relates directly to the followi
3838

3939
When MinIO needs to provide the object, it looks for the data shards for the object.
4040
If any of the data shards are missing or damaged, MinIO uses one or more of the parity shards to restore the object.
41-
WHen looking for the parity shards, if any of the parity shards are missing or damaged, MinIO restores those as well, provided there are sufficient other shards to serve the object.
41+
When looking for the parity shards, if any of the parity shards are missing or damaged, MinIO restores those as well, provided there are sufficient other shards to serve the object.
4242
For this scenario, up to three of data shard parts can be lost or damaged and MinIO can still successfully restore and serve the object.
4343

4444
The number of drives available with intact data or parity shards of the object must meet or exceed the number of drives used for data shards in the erasure set.

0 commit comments

Comments
 (0)