Skip to content

Commit 144eaf7

Browse files
authored
Fix a typo in UX Icons docs
1 parent d394049 commit 144eaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icons/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ define the HTML attributes added to the ``<svg>`` element:
8080
{{ ux_icon('user-profile', {class: 'w-4 h-4'}) }}
8181
{# renders <svg class="w-4 h-4"> ... </svg> #}
8282

83-
{{ ux_icon('user-profile', {height: '16px', width: '16px', aria-hidden: true}) }}
83+
{{ ux_icon('user-profile', {height: '16px', width: '16px', 'aria-hidden': true}) }}
8484
{# renders <svg height="16" width="16" aria-hidden="true"> ... </svg> #}
8585

8686

0 commit comments

Comments
 (0)