Skip to content

Commit 2a17b4f

Browse files
committed
minor #4617 [Doc] Fix code-block in html_cva (smnandre)
This PR was merged into the 3.x branch. Discussion ---------- [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) Commits ------- a7c0482 [Doc] Fix `code-block` in html_cva
2 parents 7b9aee9 + a7c0482 commit 2a17b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)