diff --git a/src/Icons/doc/index.rst b/src/Icons/doc/index.rst index e18bd6ceabf..ab813425bc7 100644 --- a/src/Icons/doc/index.rst +++ b/src/Icons/doc/index.rst @@ -80,7 +80,7 @@ define the HTML attributes added to the ```` element: {{ ux_icon('user-profile', {class: 'w-4 h-4'}) }} {# renders ... #} - {{ ux_icon('user-profile', {height: '16px', width: '16px', aria-hidden: true}) }} + {{ ux_icon('user-profile', {height: '16px', width: '16px', 'aria-hidden': true}) }} {# renders #}