From 35b4589075ab3cea19e9e8c65521fad34c58527b Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 21 Oct 2021 00:14:28 +0200 Subject: [PATCH] Fixing typos --- form/bootstrap5.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/form/bootstrap5.rst b/form/bootstrap5.rst index 599f49bcb47..458dbf7fee4 100644 --- a/form/bootstrap5.rst +++ b/form/bootstrap5.rst @@ -103,9 +103,9 @@ Due to Bootstrap internals, the label is already rendered by ``form_widget()``. Inline Checkboxes and Radios ---------------------------- -If you want to render your checkboxes or radios fields `inline`_, you can add -the ``checkbox-inline`` or ``radio-inline`` class, depending of your Symfony -Form type or ``ChoiceType`` configuration, to the label class. +If you want to render your checkbox or radio fields `inline`_, you can add +the ``checkbox-inline`` or ``radio-inline`` class (depending on your Symfony +Form type or ``ChoiceType`` configuration) to the label class. .. configuration-block::