From ad4dea47d8f793ad762420d13a3995f070f0df6e Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Tue, 2 Mar 2021 11:14:37 +0100 Subject: [PATCH] VLC addon - Fix typos (#1892) --- vlc/Dockerfile | 2 +- vlc/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vlc/Dockerfile b/vlc/Dockerfile index 45c5f2c113e..048f2269563 100644 --- a/vlc/Dockerfile +++ b/vlc/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM FROM ${BUILD_FROM} -# Install Z-Wave JS +# Install VLC WORKDIR /usr/src RUN \ set -x \ diff --git a/vlc/config.json b/vlc/config.json index 65816ebc5e7..50099dab0c4 100644 --- a/vlc/config.json +++ b/vlc/config.json @@ -2,7 +2,7 @@ "name": "VLC", "version": "0.1.2", "slug": "vlc", - "description": "Turn you device into a Media Player with VLC", + "description": "Turn your device into a Media Player with VLC", "arch": ["amd64", "i386", "armv7", "aarch64"], "url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc", "startup": "services",