aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLapineige <lapineige@noreply.localhost>2023-08-19 15:17:51 +0000
committerLapineige <lapineige@noreply.localhost>2023-08-19 15:17:51 +0000
commit5ffcdb4634260c66b0db60e1e9de18866b5be550 (patch)
treeaa4691506d85715907eb318364a6e12e1bae22cc /doc
parent67b1457c77d930cd12f83f5cf07ec7f2376fa00c (diff)
downloadgarage-5ffcdb4634260c66b0db60e1e9de18866b5be550.tar.gz
garage-5ffcdb4634260c66b0db60e1e9de18866b5be550.zip
fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/book/connect/apps/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/apps/index.md b/doc/book/connect/apps/index.md
index 83aadec2..0ebb01b4 100644
--- a/doc/book/connect/apps/index.md
+++ b/doc/book/connect/apps/index.md
@@ -146,7 +146,7 @@ Keep the Key ID and the Secret key in a pad, they will be needed later.
We need two buckets, one for normal videos (named peertube-video) and one for webtorrent videos (named peertube-playlist).
```bash
-garage bucket create peertube-video
+garage bucket create peertube-videos
garage bucket create peertube-playlist
```