From 6fde81de2dbeff46854bf056c82bd550b047d5aa Mon Sep 17 00:00:00 2001 From: Eric Coffman Date: Thu, 16 Dec 2021 16:46:34 -0500 Subject: [PATCH] Fix typo (#20712) --- source/more-info/local-media/setup-media.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/more-info/local-media/setup-media.markdown b/source/more-info/local-media/setup-media.markdown index 587e8127309..6cfd9b663e6 100644 --- a/source/more-info/local-media/setup-media.markdown +++ b/source/more-info/local-media/setup-media.markdown @@ -41,7 +41,7 @@ docker run -d --name="home-assistant" \ ``` If you are using Docker compose, you can add a volume to your composition file -in similar fashion as listed in the command above. +in a similar fashion as listed in the command above. ## Home Assistant Core @@ -55,7 +55,7 @@ For example, if your current configuration folder is stored in: `/home/frenck/.homeassistant/` -The you'll need to create a media folder in that same path: +Then you'll need to create a media folder in that same path: `/home/frenck/.homeassistant/media`