Skip to content

Commit a7c0482

Browse files
committed
[Doc] Fix code-block in html_cva
There is no `terminal` code-block in the current Twig documentation. Using `bash` here instead is more in line with the other pages. (...and will allow to simplify CSS needed for code blocks)
1 parent 95596ce commit a7c0482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/functions/html_cva.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To "merge" conflicting classes together and keep only the ones you need, use the
6161
``tailwind_merge()`` filter from `tales-from-a-dev/twig-tailwind-extra`_
6262
with the ``html_cva()`` function:
6363

64-
.. code-block:: terminal
64+
.. code-block:: bash
6565
6666
$ composer require tales-from-a-dev/twig-tailwind-extra
6767

0 commit comments

Comments
 (0)