aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/cookbook
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-04-06 00:01:49 +0200
committerAlex Auvolat <alex@adnab.me>2021-04-27 16:37:10 +0200
commitbf36f1f16aae763feae7bc7365741d8406f053cb (patch)
tree1a9a1edc7d8ce559d562f557c74db819bf56d4b4 /doc/book/src/cookbook
parentf7c09daa46d1b28d802417d3ce22b0d5896029b3 (diff)
downloadgarage-bf36f1f16aae763feae7bc7365741d8406f053cb.tar.gz
garage-bf36f1f16aae763feae7bc7365741d8406f053cb.zip
Update documentation
Diffstat (limited to 'doc/book/src/cookbook')
-rw-r--r--doc/book/src/cookbook/index.md2
-rw-r--r--doc/book/src/cookbook/recovering.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/src/cookbook/index.md b/doc/book/src/cookbook/index.md
index d7a51065..26ec68bb 100644
--- a/doc/book/src/cookbook/index.md
+++ b/doc/book/src/cookbook/index.md
@@ -2,4 +2,4 @@
A cookbook, when you cook, is a collection of recipes.
Similarly, Garage's cookbook contains a collection of recipes that are known to works well!
-This chapter could also be referred as "Tutorials" or "Best practises".
+This chapter could also be referred as "Tutorials" or "Best practices".
diff --git a/doc/book/src/cookbook/recovering.md b/doc/book/src/cookbook/recovering.md
index 9dc42ec0..fcb0b7d8 100644
--- a/doc/book/src/cookbook/recovering.md
+++ b/doc/book/src/cookbook/recovering.md
@@ -8,7 +8,7 @@ Fear not! For Garage is fully equipped to handle drive failures, in most common
With nodes dispersed in 3 datacenters or more, here are the guarantees Garage provides with the default replication strategy (3 copies of all data, which is the recommended value):
-- The cluster remains fully functionnal as long as the machines that fail are in only one datacenter. This includes a whole datacenter going down due to power/Internet outage.
+- The cluster remains fully functional as long as the machines that fail are in only one datacenter. This includes a whole datacenter going down due to power/Internet outage.
- No data is lost as long as the machines that fail are in at most two datacenters.
Of course this only works if your Garage nodes are correctly configured to be aware of the datacenter in which they are located.