Skip to content

Commit d8a210a

Browse files
authored
Merge pull request #448 from rackerlabs/CITguy-patch-1
dox(tooltips): fix typo in code snippet
2 parents 4869297 + a62c56a commit d8a210a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/tooltips/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 id="basic-tooltip">Basic Tooltip</h2>
4848
<footer>
4949
{% code 'html' %}{% raw %}
5050
<p>
51-
<hx-icon "icon1" type="help-circle"></hx-icon>
51+
<hx-icon id="icon1" type="help-circle"></hx-icon>
5252
</p>
5353
<hx-tooltip for="icon1" position="{{position.value}}">
5454
{{position.label}} Tooltip

0 commit comments

Comments
 (0)