diff options
author | yuka <yuka@noreply.localhost> | 2023-04-21 16:46:58 +0000 |
---|---|---|
committer | yuka <yuka@noreply.localhost> | 2023-04-21 16:46:58 +0000 |
commit | 04a0063df93ae354af0eb7e867d315b9932e7ac6 (patch) | |
tree | 928e4d5faaf9cc948c3a465b75e472b2fd4bc80b /doc/book/cookbook/real-world.md | |
parent | a2a35ac7a87fce2e38b8406f083e2350d4181b69 (diff) | |
download | garage-04a0063df93ae354af0eb7e867d315b9932e7ac6.tar.gz garage-04a0063df93ae354af0eb7e867d315b9932e7ac6.zip |
cookbook/real-world: fix typo
Diffstat (limited to 'doc/book/cookbook/real-world.md')
-rw-r--r-- | doc/book/cookbook/real-world.md | 2 |
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. |