diff options
author | Alex Auvolat <alex@adnab.me> | 2021-05-31 23:55:51 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-31 23:55:51 +0200 |
commit | 42f692b1e0f73699b62f6ed20a08b40dd25b3f6a (patch) | |
tree | 38ba8a3ba965800d98f5a618a585c4daeaf61292 /doc/book/src/cookbook/index.md | |
parent | 14fd3df65464d268a2223363da91ebcf1b61feca (diff) | |
download | garage-42f692b1e0f73699b62f6ed20a08b40dd25b3f6a.tar.gz garage-42f692b1e0f73699b62f6ed20a08b40dd25b3f6a.zip |
Documentation fixes (typo and small reorganization)
Diffstat (limited to 'doc/book/src/cookbook/index.md')
-rw-r--r-- | doc/book/src/cookbook/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/cookbook/index.md b/doc/book/src/cookbook/index.md index a838b549..da915f85 100644 --- a/doc/book/src/cookbook/index.md +++ b/doc/book/src/cookbook/index.md @@ -5,7 +5,7 @@ Similarly, Garage's cookbook contains a collection of recipes that are known to This chapter could also be referred as "Tutorials" or "Best practices". - **[Deploying Garage](real_world.md):** This page will walk you through all of the necessary - steps to deploy Garaage in a real-world setting. + steps to deploy Garage in a real-world setting. - **[Configuring S3 clients](clients.md):** This page will explain how to configure popular S3 clients to interact with a Garage server. |