diff options
author | Faustin Lammler <faustin@fala.red> | 2024-09-10 09:34:59 +0200 |
---|---|---|
committer | Faustin Lammler <faustin@fala.red> | 2024-09-10 09:34:59 +0200 |
commit | c26f32b769903c132c456f3771435e2adf77f35b (patch) | |
tree | 840ebb0c8fe5f686c8c5f259eb41365597621675 | |
parent | 615698df7d2d3867fd3d9cbdf8d8849a9de358bf (diff) | |
download | garage-c26f32b769903c132c456f3771435e2adf77f35b.tar.gz garage-c26f32b769903c132c456f3771435e2adf77f35b.zip |
Typo
And remove trailing white space.
-rw-r--r-- | doc/book/operations/recovering.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/operations/recovering.md b/doc/book/operations/recovering.md index 6e19db0e..05322b67 100644 --- a/doc/book/operations/recovering.md +++ b/doc/book/operations/recovering.md @@ -5,7 +5,7 @@ weight = 40 Garage is meant to work on old, second-hand hardware. In particular, this makes it likely that some of your drives will fail, and some manual intervention will be needed. -Fear not! For Garage is fully equipped to handle drive failures, in most common cases. +Fear not! Garage is fully equipped to handle drive failures, in most common cases. ## A note on availability of Garage @@ -61,7 +61,7 @@ garage repair -a --yes blocks This will re-synchronize blocks of data that are missing to the new HDD, reading them from copies located on other nodes. -You can check on the advancement of this process by doing the following command: +You can check on the advancement of this process by doing the following command: ```bash garage stats -a |