Skip to content

Commit de21aaa

Browse files
authored
Fix some more typos (found by codespell) (home-assistant#41386)
Signed-off-by: Stefan Weil <[email protected]>
1 parent ec96362 commit de21aaa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ layout: null
495495

496496
# Removed documentation
497497
/docs/installation /getting-started
498-
/docs/installation/dokcer /getting-started
498+
/docs/installation/docker /getting-started
499499
/docs/installation/hassbian /getting-started
500500
/docs/installation/macos /docs/installation/virtualenv
501501
/docs/installation/raspberry-pi-all-in-one /getting-started

source/blueprints/blog/2023-07/notify_agent_agenda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ action:
120120
{%- for event in agenda.events %}
121121
- Summary: {{ event.summary }}
122122
Start-End: {% if event.start is defined %}{{ event.start }} to {{ event.end }}{% else %}All Day{% endif %}
123-
{%- if event.descripton is defined %}
124-
Descripton: {{ event.descripton }}
123+
{%- if event.description is defined %}
124+
Description: {{ event.description }}
125125
{% endif -%}
126126
{%- if event.location is defined %}
127127
Location: {{ event.location }}

source/more-info/unsupported/docker_configuration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ following contents:
3131
When the Docker configuration file is changed and saved, you need to restart the
3232
Docker service on the host machine.
3333

34-
To fix issues with the cgroup level, addjust the `/etc/default/grub` and add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely.
34+
To fix issues with the cgroup level, adjust the `/etc/default/grub`, add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely.
3535

3636
You can also just re-run our [convenience installation script](https://github.com/home-assistant/supervised-installer).

source/voice_control/aliases.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or when using a voice assistant in multiple languages at the same time.
1616

1717
## Adding an alias of an entity
1818

19-
There are multliple ways to add an alias of an entity:
19+
There are multiple ways to add an alias of an entity:
2020

2121
- **Option 1**: Go to **Settings** > **Voice assistants**. On the **Expose** tab, select the entity for which you want to add an alias.
2222
![Screenshot showing the alias editing capabilities added to the more info dialog of entities, accessed from the Voice assistants page](/images/assist/assist_aliases.png)

0 commit comments

Comments
 (0)