Skip to content

Commit ea497d7

Browse files
committed
minor #1275 [TwigComponent] Fix typo in documentation (TBoileau)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [TwigComponent] Fix typo in documentation | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #1274 | License | MIT Remove the double quote in TwigComponent documentation. Commits ------- 91e8932 [TwigComponent] Fix typo in documentation
2 parents 299f610 + 91e8932 commit ea497d7

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)