Spelling fixes (#25666)
This commit is contained in:
parent
2f7c57b257
commit
a54ade1189
38 changed files with 52 additions and 52 deletions
|
@ -261,7 +261,7 @@ def icon(value):
|
|||
if ":" in value:
|
||||
return value
|
||||
|
||||
raise vol.Invalid('Icons should be specifed on the form "prefix:name"')
|
||||
raise vol.Invalid('Icons should be specified in the form "prefix:name"')
|
||||
|
||||
|
||||
time_period_dict = vol.All(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue