Skip to content

Commit 92de787

Browse files
committed
minor #2424 [Icons] fix small typo in Icons docs (karpilin)
This PR was merged into the 2.x branch. Discussion ---------- [Icons] fix small typo in Icons docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/A | License | MIT Commits ------- bce02be fix small typo in docs
2 parents 56cef50 + bce02be commit 92de787

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
@@ -503,7 +503,7 @@ returning the HTML output.
503503

504504
.. code-block:: html+twig
505505

506-
{# The 🧸 will be ignore in the HTML output #}
506+
{# The 🧸 will be ignored in the HTML output #}
507507
<twig:ux:icon name="user-profile" class="w-4 h-4">🧸</twig:ux:icon>
508508

509509
{# Renders "user-profile.svg" #}

0 commit comments

Comments
 (0)