aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-04-24 08:24:55 +0000
committerAlex <alex@adnab.me>2023-04-24 08:24:55 +0000
commit02b0ba5f44afdbf86bb2c9ec096c56ffe99730ca (patch)
tree928e4d5faaf9cc948c3a465b75e472b2fd4bc80b
parenta2a35ac7a87fce2e38b8406f083e2350d4181b69 (diff)
parent04a0063df93ae354af0eb7e867d315b9932e7ac6 (diff)
downloadgarage-02b0ba5f44afdbf86bb2c9ec096c56ffe99730ca.tar.gz
garage-02b0ba5f44afdbf86bb2c9ec096c56ffe99730ca.zip
Merge pull request 'cookbook/real-world: fix typo' (#549) from yuka/garage:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/549
-rw-r--r--doc/book/cookbook/real-world.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/real-world.md b/doc/book/cookbook/real-world.md
index 9be1ba44..08266b23 100644
--- a/doc/book/cookbook/real-world.md
+++ b/doc/book/cookbook/real-world.md
@@ -349,5 +349,5 @@ and is covered in the [quick start guide](@/documentation/quick-start/_index.md)
Remember also that the CLI is self-documented thanks to the `--help` flag and
the `help` subcommand (e.g. `garage help`, `garage key --help`).
-Configuring S3-compatible applicatiosn to interact with Garage
+Configuring S3-compatible applications to interact with Garage
is covered in the [Integrations](@/documentation/connect/_index.md) section.