diff options
author | Alex <alex@adnab.me> | 2024-02-22 09:26:08 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-02-22 09:26:08 +0000 |
commit | 7e212e20e02b9cdced52ce23111214c6285a095a (patch) | |
tree | 2013c9d6da5e19a3e6563132e53a3c623f78226d /doc/book/quick-start | |
parent | 885405d944f5f54bce12b53cf1d97f1ecd08887e (diff) | |
parent | 00a5f14a7beb225dd14bcf6a8c04b01c2d3a30c5 (diff) | |
download | garage-7e212e20e02b9cdced52ce23111214c6285a095a.tar.gz garage-7e212e20e02b9cdced52ce23111214c6285a095a.zip |
Merge pull request 'Minor typos & grammar fixes in docs' (#727) from hartraft/garage:docs-typo-fix into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/727
Diffstat (limited to 'doc/book/quick-start')
-rw-r--r-- | doc/book/quick-start/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index cf6eabde..acfefb07 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -250,7 +250,7 @@ garage bucket info nextcloud-bucket ``` -## Uploading and downlading from Garage +## Uploading and downloading from Garage To download and upload files on garage, we can use a third-party tool named `awscli`. |