From c4705be1e1a7e6d0bb04b5f406b3d38b7dc93443 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 18 Nov 2024 10:42:24 +0100 Subject: [PATCH] [Docs] fix some minor RST syntax issues (#8217) --- docs/reference/field_types.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/reference/field_types.rst b/docs/reference/field_types.rst index 7e1a137933..02d84f9890 100644 --- a/docs/reference/field_types.rst +++ b/docs/reference/field_types.rst @@ -204,12 +204,10 @@ Option Description ====================================== ======================================================================== **use_value** Determines if the field must show the value or the case' name. ``false`` by default. - *Ignored if the enum implements Symfony's* ``TranslatableInterface`` *.* -**enum_translation_domain** | Translation domain. If set, the enum value or case' name will be send - to the translator. - | ``{{ value|trans({}, translation_domain) }}`` - +**enum_translation_domain** Translation domain. If set, the enum value or case' name will be send + to the translator. + ``{{ value|trans({}, translation_domain) }}`` *Ignored if the enum implements Symfony's* ``TranslatableInterface`` *.* ====================================== ========================================================================