Skip to content

Commit b8fad6d

Browse files
smnandreWebMamba
andauthored
Update src/TwigComponent/doc/index.rst
Co-authored-by: Matheo D. <32077734+WebMamba@users.noreply.github.com>
1 parent 4b7fd87 commit b8fad6d

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
@@ -859,7 +859,7 @@ We already have a generic ``Alert`` component, so let's re-use it:
859859
.. code-block:: html+twig
860860

861861
{# templates/components/Alert.html.twig #}
862-
<div {{ attributes.defaults({class: 'alert alert-'~ type}) }}">
862+
<div {{ attributes.defaults({class: 'alert alert-'~type}) }}">
863863
{% block content %}{% endblock %}
864864
</div>
865865

0 commit comments

Comments
 (0)