Correct grammatical error in CUSTOM_WARNING (#32569)

This commit is contained in:
Dave T
2020-03-09 08:40:08 +00:00
committed by GitHub
parent 5ace7de171
commit df86668dfc

View File

@@ -45,7 +45,7 @@ CUSTOM_WARNING = (
"You are using a custom integration for %s which has not "
"been tested by Home Assistant. This component might "
"cause stability problems, be sure to disable it if you "
"do experience issues with Home Assistant."
"experience issues with Home Assistant."
)
_UNDEF = object()