From a7c0482dc995fb052e753e6b322da3419ad4fd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 20 Mar 2025 07:30:17 +0100 Subject: [PATCH] [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) --- doc/functions/html_cva.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/functions/html_cva.rst b/doc/functions/html_cva.rst index 099526b54..e8cc31b10 100644 --- a/doc/functions/html_cva.rst +++ b/doc/functions/html_cva.rst @@ -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