Skip to content

Commit c3b54dc

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Minor typo Fixing typos Typo
2 parents c733953 + 21fc66c commit c3b54dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

form/bootstrap5.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
8585

8686
By default, all inputs are rendered with the ``mb-3`` class on their
8787
container. If you override the ``row_attr`` class option, the ``mb-3`` will
88-
be override too and you will need to explicitly add it.
88+
be overridden too and you will need to explicitly add it.
8989

9090
Error Messages
9191
--------------
@@ -103,9 +103,9 @@ Due to Bootstrap internals, the label is already rendered by ``form_widget()``.
103103
Inline Checkboxes and Radios
104104
----------------------------
105105

106-
If you want to render your checkboxes or radios fields `inline`_, you can add
107-
the ``checkbox-inline`` or ``radio-inline`` class, depending of your Symfony
108-
Form type or ``ChoiceType`` configuration, to the label class.
106+
If you want to render your checkbox or radio fields `inline`_, you can add
107+
the ``checkbox-inline`` or ``radio-inline`` class (depending on your Symfony
108+
Form type or ``ChoiceType`` configuration) to the label class.
109109

110110
.. configuration-block::
111111

0 commit comments

Comments
 (0)