diff options
author | Alex <alex@adnab.me> | 2023-07-28 14:31:51 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-07-28 14:31:51 +0000 |
commit | a98855157bcac3c052c3ee12213f20d75356d358 (patch) | |
tree | fec4c9c9f6f7d7dd81c650d06ccd38af7497b676 /doc | |
parent | 18eb73d52ea5221a76da7d2620d46ae501b99cf6 (diff) | |
parent | 4d7bbf7878870d4a13f8b99bff5d893b486b2fa8 (diff) | |
download | garage-a98855157bcac3c052c3ee12213f20d75356d358.tar.gz garage-a98855157bcac3c052c3ee12213f20d75356d358.zip |
Merge pull request 'operations/durability-repairs-md: Fix typo' (#604) from maxjustus/garage:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/604
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/operations/durability-repairs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/operations/durability-repairs.md b/doc/book/operations/durability-repairs.md index 79888a5a..498c8fda 100644 --- a/doc/book/operations/durability-repairs.md +++ b/doc/book/operations/durability-repairs.md @@ -4,7 +4,7 @@ weight = 30 +++ To ensure the best durability of your data and to fix any inconsistencies that may -pop up in a distributed system, Garage provides a serires of repair operations. +pop up in a distributed system, Garage provides a series of repair operations. This guide will explain the meaning of each of them and when they should be applied. |