[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)
This commit is contained in:
Simon André
2025-03-20 07:30:17 +01:00
parent 95596ce95a
commit a7c0482dc9
+1 -1
View File
@@ -61,7 +61,7 @@ To "merge" conflicting classes together and keep only the ones you need, use the
``tailwind_merge()`` filter from `tales-from-a-dev/twig-tailwind-extra`_
with the ``html_cva()`` function:
.. code-block:: terminal
.. code-block:: bash
$ composer require tales-from-a-dev/twig-tailwind-extra