Skip to content

Commit 13e1a4b

Browse files
committed
bug symfony#12165 Remove duplicate word (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Remove duplicate word <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2436a24 Remove duplicate word
2 parents 6dce8f1 + 2436a24 commit 13e1a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Form Type Options
545545

546546
Each :ref:`form type <form-types>` has a number of options to configure it, as
547547
explained in the :doc:`Symfony form types reference </reference/forms/types>`.
548-
Two commonly used options options are ``required`` and ``label``.
548+
Two commonly used options are ``required`` and ``label``.
549549

550550
The ``required`` Option
551551
.......................

0 commit comments

Comments
 (0)