Skip to content

Commit

Permalink
Merge pull request #85 from 1DontEx1st/patch-1
Browse files Browse the repository at this point in the history
Update HacsError.ts
  • Loading branch information
ludeeus authored Mar 21, 2020
2 parents f3d4444 + ea6de7a commit d5e803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/HacsError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class HacsError extends LitElement {
}

return html`
<ha-card header="An error ocoured while processing" class="alert">
<ha-card header="An error occurred while processing" class="alert">
<div class="card-content">
${
this.error.exception !== undefined
Expand Down

0 comments on commit d5e803d

Please sign in to comment.