Skip to content

Commit a054563

Browse files
committed
Fix RST issues
1 parent ed2ca6c commit a054563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ passed when rendering the component.
461461

462462
For example, if you call your component like this:
463463

464-
.. code-block:: twig
464+
.. code-block:: html+twig
465465

466466
<twig:Alert type="error" message="..."/>
467467

@@ -509,7 +509,7 @@ Instead, define the values you need in the ``mount()`` method as arguments::
509509

510510
Now, pass the ``mount()`` argument like any other prop:
511511

512-
.. code-block:: twig
512+
.. code-block:: html+twig
513513

514514
<twig:Alert isError="{{ true }}" message="..."/>
515515

0 commit comments

Comments
 (0)