diff options
author | yatesco <colin@colinyates.co.uk> | 2025-01-29 13:34:35 +0000 |
---|---|---|
committer | yatesco <colin@colinyates.co.uk> | 2025-01-29 13:34:35 +0000 |
commit | 7bb042f0b7ad218cdb05c3ea4f0dcd3da75310f8 (patch) | |
tree | 71ceaebb52fa04e37ff5568d7c26899953074cd7 | |
parent | a1d081ee840b1727ba1b3f430638a1296738283e (diff) | |
download | garage-7bb042f0b7ad218cdb05c3ea4f0dcd3da75310f8.tar.gz garage-7bb042f0b7ad218cdb05c3ea4f0dcd3da75310f8.zip |
Update doc/book/connect/repositories.md
trivial spelling mistake
-rw-r--r-- | doc/book/connect/repositories.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/repositories.md b/doc/book/connect/repositories.md index 66365d64..537b02e7 100644 --- a/doc/book/connect/repositories.md +++ b/doc/book/connect/repositories.md @@ -17,7 +17,7 @@ Garage can also help you serve this content. ## Gitea -You can use Garage with Gitea to store your [git LFS](https://git-lfs.github.com/) data, your users' avatar, and their attachements. +You can use Garage with Gitea to store your [git LFS](https://git-lfs.github.com/) data, your users' avatar, and their attachments. You can configure a different target for each data type (check `[lfs]` and `[attachment]` sections of the Gitea documentation) and you can provide a default one through the `[storage]` section. Let's start by creating a key and a bucket (your key id and secret will be needed later, keep them somewhere): |