8000 [book] [validation] fixed minor typos · symfony/symfony-docs@693ba24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 693ba24

Browse files
committed
[book] [validation] fixed minor typos
1 parent 9f26da8 commit 693ba24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/validation.rst

Lines changed: 2 additions & 2 deletions
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)
0