Skip to content

Commit 51ef42a

Browse files
committed
-
1 parent 7b505d6 commit 51ef42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/validation_groups.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ group *and* all constraints that are not in a group, use::
3737
.. note::
3838

3939
You can choose any name for your validation groups, but Symfony recommends
40-
using "lowercase snake case" names (e.g. ``foo_bar``) in contrast with the
41-
automatic validation groups created by Symfony, which use "uppercase camel case"
40+
using "lower snake case" names (e.g. ``foo_bar``) in contrast with the
41+
automatic validation groups created by Symfony, which use "upper camel case"
4242
(e.g. ``Default``, ``SomeClassName``).

0 commit comments

Comments
 (0)