Skip to content

Commit 91e8932

Browse files
TBoileauweaverryan
authored andcommitted
[TwigComponent] Fix typo in documentation
1 parent bcd3f84 commit 91e8932

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
@@ -235,7 +235,7 @@ available in every component template:
235235

236236
.. code-block:: html+twig
237237

238-
<div {{ attributes.defaults({ class: 'alert alert'~ type }) }}">
238+
<div {{ attributes.defaults({ class: 'alert alert-'~ type }) }}>
239239
{{ message }}
240240
</div>
241241

0 commit comments

Comments
 (0)