Skip to content

Commit 5cc50da

Browse files
alvidiasKocal
authored andcommitted
fix: add missing closing quote to attribute
1 parent 766d9f8 commit 5cc50da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ Examples of usage:
727727
<twig:Button icon="share">Share</twig:Button>
728728

729729
{# both properties "icon" and "type" are passed #}
730-
<twig:Button icon="share" type="secondary>Share</twig:Button>
730+
<twig:Button icon="share" type="secondary">Share</twig:Button>
731731

732732
.. _embedded-components:
733733

0 commit comments

Comments
 (0)