From 9bd35d0ac06749afbe93ed5b7f3e5a6b6da50d67 Mon Sep 17 00:00:00 2001 From: Geoff Hotchkiss Date: Sat, 31 May 2025 01:49:20 -0500 Subject: [PATCH] fix typo --- mkdocs/docs/installation/docker-for-beginners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/installation/docker-for-beginners.md b/mkdocs/docs/installation/docker-for-beginners.md index efb4d1a..1283b7e 100644 --- a/mkdocs/docs/installation/docker-for-beginners.md +++ b/mkdocs/docs/installation/docker-for-beginners.md @@ -127,7 +127,7 @@ volumes: ``` That will persist the data at `volume/youtube` where the content of the `/youtube` folder will get stored on your host system. -#### Absolut Path +#### Absolute Path Alternatively you can also specify an absolute path on your host system. E.g.: