Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jun 9, 2021
1 parent da7cb88 commit 6c9387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/bootstrap5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class to the ``row_attr`` option.

.. code-block:: php
$builder->add('email', TextType::class, [
$builder->add('email', EmailType::class, [
'label' => '@',
'row_attr' => [
'class' => 'input-group',
Expand Down

0 comments on commit 6c9387c

Please sign in to comment.