Skip to content

Commit 499ba5c

Browse files
committed
minor symfony#3733 [book] [validation] fixed minor typos (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- [book] [validation] fixed minor typos | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | - Commits ------- 693ba24 [book] [validation] fixed minor typos
2 parents 4d0ff8f + 693ba24 commit 499ba5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/validation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -974,8 +974,8 @@ that group are valid, the second group, ``Strict``, will be validated.
974974
constraints that do not belong to any group.
975975

976976
This means that you have to use the ``{ClassName}`` (e.g. ``User``) group
977-
when specifing a group sequence. When using ``Default``, you get an
978-
infinite recursion (as the ``Default`` groups references the group
977+
when specifying a group sequence. When using ``Default``, you get an
978+
infinite recursion (as the ``Default`` group references the group
979979
sequence, which will contain the ``Default`` group which references the
980980
same group sequence, ...).
981981

0 commit comments

Comments
 (0)