diff --git a/README.md b/README.md index c793fb3453..62b0343f95 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is the repository for the official [Home Assistant](https://home-assistant. - Development: [Instructions](https://developers.home-assistant.io/docs/frontend/development/) - Production build: `script/build_frontend` - Gallery: `cd gallery && script/develop_gallery` -- Hass.io: [Instructions](https://developers.home-assistant.io/docs/en/hassio_hass.html) +- Supervisor: [Instructions](https://developers.home-assistant.io/docs/supervisor/developing) ## Frontend development diff --git a/hassio/src/addon-view/info/hassio-addon-info.ts b/hassio/src/addon-view/info/hassio-addon-info.ts index 91b3410d67..b4208a6f8f 100644 --- a/hassio/src/addon-view/info/hassio-addon-info.ts +++ b/hassio/src/addon-view/info/hassio-addon-info.ts @@ -69,7 +69,7 @@ const STAGE_ICON = { const PERMIS_DESC = { stage: { title: "Add-on Stage", - description: `Add-ons can have one of three stages:\n\n **Stable**: These are add-ons ready to be used in production.\n\n **Experimental**: These may contain bugs, and may be unfinished.\n\n **Deprecated**: These add-ons will no longer receive any updates.`, + description: `Add-ons can have one of three stages:\n\n **Stable**: These are add-ons ready to be used in production.\n\n **Experimental**: These may contain bugs, and may be unfinished.\n\n **Deprecated**: These add-ons will no longer receive any updates.`, }, rating: { title: "Add-on Security Rating", diff --git a/hassio/src/system/hassio-supervisor-info.ts b/hassio/src/system/hassio-supervisor-info.ts index 0394286d09..a64f8e2d73 100644 --- a/hassio/src/system/hassio-supervisor-info.ts +++ b/hassio/src/system/hassio-supervisor-info.ts @@ -178,7 +178,7 @@ class HassioSupervisorInfo extends LitElement { `} ${!this.supervisor.supervisor.healthy ? html`
- Your installtion is running in an unhealthy state. + Your installation is running in an unhealthy state.