mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Fix grammar: Add apostrophe to 'don't' in automation trigger comment (#27337)
This commit is contained in:
@@ -102,7 +102,7 @@ export class HaTimeTrigger extends LitElement implements TriggerElement {
|
||||
if (!changedProperties.has("trigger")) {
|
||||
return;
|
||||
}
|
||||
// We dont support multiple times atm.
|
||||
// We don't support multiple times atm.
|
||||
if (this.trigger && Array.isArray(this.trigger.at)) {
|
||||
fireEvent(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user