aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/connect
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-12-08 14:40:14 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-12-08 14:40:14 +0100
commite9358054acb653142203b3580b70e6be20a91c63 (patch)
treeb7b7235d59052f6c4bad745881c846d446800f1b /doc/book/src/connect
parentf9e5520ffb74bdb222a114245284d32e42373a57 (diff)
downloadgarage-e9358054acb653142203b3580b70e6be20a91c63.tar.gz
garage-e9358054acb653142203b3580b70e6be20a91c63.zip
Typos and dead links
Diffstat (limited to 'doc/book/src/connect')
-rw-r--r--doc/book/src/connect/apps.md2
-rw-r--r--doc/book/src/connect/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/src/connect/apps.md b/doc/book/src/connect/apps.md
index 20075f43..14d69ef8 100644
--- a/doc/book/src/connect/apps.md
+++ b/doc/book/src/connect/apps.md
@@ -109,7 +109,7 @@ Do not change the `use_path_style` and `legacy_auth` entries, other configuratio
Peertube proposes a clever integration of S3 by directly exposing its endpoint instead of proxifying requests through the application.
In other words, Peertube is only responsible of the "control plane" and offload the "data plane" to Garage.
In return, this system is a bit harder to configure, especially with Garage that supports less feature than other older S3 backends.
-We show that it is still possible to configure Garage with Peertube, allowing you to spread the load and the bandiwdth usage on the Garage cluster.
+We show that it is still possible to configure Garage with Peertube, allowing you to spread the load and the bandwidth usage on the Garage cluster.
### Enable path-style access by patching Peertube
diff --git a/doc/book/src/connect/index.md b/doc/book/src/connect/index.md
index 703b19d4..60a3b03b 100644
--- a/doc/book/src/connect/index.md
+++ b/doc/book/src/connect/index.md
@@ -1,4 +1,4 @@
-# Connect it to...
+# Integrations
Garage implements the Amazon S3 protocol, which makes it compatible with many existing software programs.