doc: fix typo in connect/backup.md

This commit is contained in:
Armaël Guéneau 2024-03-03 13:02:56 +01:00
parent 95ab36aae7
commit 16e17375c5
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ Create your key and bucket:
```bash
garage key create my-key
garage bucket create backup
garage bucket allow backup --read --write --key my-key
garage bucket create backups
garage bucket allow backups --read --write --key my-key
```
Then register your Key ID and Secret key in your environment: