Skip to content

Commit 10d6b34

Browse files
authored
Add line breack
1 parent 337e27b commit 10d6b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,8 @@ You can now use a custom tag prefix starting by <twig: and your component name
870870
// and also self closing tag
871871
<twig:Alert/>
872872

873-
You can pass an attribute to your component like any HTML attribute and also use the ':' prefix to your attribute to indicate that the value should be compiled by Twig
873+
You can pass an attribute to your component like any HTML attribute and also use the ':'
874+
prefix to your attribute to indicate that the value should be compiled by Twig
874875

875876
.. code-block:: html+twig
876877

0 commit comments

Comments
 (0)