Fix grammar: Add apostrophe to 'don't' in automation trigger comment (#27337)

This commit is contained in:
Leslie Fernando
2025-10-05 15:56:16 +05:30
committed by GitHub
parent c89f476d67
commit e5b1acc2c3

View File

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