Fix typo in media_player docstring (#38843)

This commit is contained in:
Charles Garwood
2020-08-13 10:16:28 -04:00
committed by GitHub
parent ca5e752514
commit 18833d342e

View File

@@ -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"