Skip to content

Commit 5b10d1d

Browse files
committed
Fix English errors
1 parent 75d6afa commit 5b10d1d

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
@@ -138,7 +138,7 @@ type or `ChoiceType` configuration, to the label class.
138138
Switches
139139
________
140140

141-
Bootstrap 5 allow to render checkboxes as "`switches`_". You can enable this feature
141+
Bootstrap 5 allows to render checkboxes as "`switches`_". You can enable this feature
142142
on your Symfony Form ``CheckboxType`` by adding the ``checkbox-switch`` class to the label:
143143

144144
.. configuration-block::
@@ -174,7 +174,7 @@ on your Symfony Form ``CheckboxType`` by adding the ``checkbox-switch`` class to
174174
175175
.. caution::
176176

177-
Switches only worked with **checkbox**.
177+
Switches only work with **checkbox**.
178178

179179
Input group
180180
___________
@@ -204,7 +204,7 @@ to the ``row_attr`` option.
204204
205205
.. caution::
206206

207-
If you have filled in the `help` option of your form, it will also be rendered
207+
If you fill the `help` option of your form, it will also be rendered
208208
as part of the group.
209209

210210
Floating labels
@@ -243,7 +243,7 @@ of your form type.
243243
.. caution::
244244

245245
You **must** provide a ``label`` and a ``placeholder`` to make floating labels
246-
works properly.
246+
work properly.
247247

248248
Accessibility
249249
-------------

0 commit comments

Comments
 (0)