Skip to content

Commit 754a3e5

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Minor typo Fixing typos Typo
2 parents c876a23 + c3b54dc commit 754a3e5

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
@@ -81,7 +81,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
8181

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

8686
Error Messages
8787
--------------
@@ -99,9 +99,9 @@ Due to Bootstrap internals, the label is already rendered by ``form_widget()``.
9999
Inline Checkboxes and Radios
100100
----------------------------
101101

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

106106
.. configuration-block::
107107

0 commit comments

Comments
 (0)