Corrected minor misspellings (#5225)

This commit is contained in:
Jason Lachowsky
2020-03-16 05:56:04 -05:00
committed by GitHub
parent fb6d3cccdc
commit 5a84e34f93
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ export interface LoggedError {
exception: string;
count: number;
// unix timestamp in seconds
first_occured: number;
first_occurred: number;
}
export const fetchSystemLog = (hass: HomeAssistant) =>