diff --git a/homeassistant/components/media_player/const.py b/homeassistant/components/media_player/const.py index ab70a339d24..372b34eae45 100644 --- a/homeassistant/components/media_player/const.py +++ b/homeassistant/components/media_player/const.py @@ -1,4 +1,4 @@ -"""Proides the constants needed for component.""" +"""Provides the constants needed for component.""" ATTR_APP_ID = "app_id" ATTR_APP_NAME = "app_name"