Skip to content

Commit 84c607f

Browse files
authored
Process Terminology Tooltips feedback (#1711)
1 parent 0cbe0d9 commit 84c607f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/documenting/standards.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ that are used across Home Assistant, including our documentation.
7171
If you use a term that is not in the glossary, feel free to add; or improve
7272
the definition of an existing term.
7373

74-
Additionally, we have a terminology tooltip available, that can be added to
74+
Additionally, we have a terminology tooltip available, that can be added and
7575
works everywhere in the documentation. This tooltip will show a definition
76-
of the term when the user hovers over it and provides a link for more
77-
information. This provides instant context to terminology a user might not
78-
be familiar with.
76+
of the term when the user hovers over it with a link for more information.
77+
It provides instant context to terminology an user might not be familiar with.
7978

8079
The syntax for adding terminology tooltips is:
8180

@@ -100,7 +99,7 @@ tooltip to a piece of text that differs from the term itself. In the following
10099
example the automation term tooltip is added to the "automate everything" text:
101100

102101
```liquid
103-
Awesome, because this allowed me to {% automation "automate everything" %}
102+
Awesome, because this allowed me to {% term automation "automate everything" %}
104103
in my home! I love it!
105104
```
106105

0 commit comments

Comments
 (0)