Skip to content

Commit 6c9387c

Browse files
committed
Minor tweak
1 parent da7cb88 commit 6c9387c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class to the ``row_attr`` option.
187187

188188
.. code-block:: php
189189
190-
$builder->add('email', TextType::class, [
190+
$builder->add('email', EmailType::class, [
191191
'label' => '@',
192192
'row_attr' => [
193193
'class' => 'input-group',

0 commit comments

Comments
 (0)