Fixes a typo in hassio-supervisor-info.ts (#7987)

An "a" was missing in installtion
This commit is contained in:
Georgi Kirichkov 2020-12-16 11:28:21 +02:00 committed by GitHub
parent 0c914b5ec8
commit f335fdc002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ class HassioSupervisorInfo extends LitElement {
</div>`}
${!this.supervisor.supervisor.healthy
? html`<div class="error">
Your installtion is running in an unhealthy state.
Your installation is running in an unhealthy state.
<button
class="link"
title="Learn more about why your system is marked as unhealthy"