8000 Minor reword · symfony/symfony-docs@eb26f28 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb26f28

Browse files
javiereguiluzxabbuh
authored andcommitted
Minor reword
1 parent 3177c1d commit eb26f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

form/without_class.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ but here's a short example:
108108
109109
.. tip::
110110

111-
Remember that when your form is not mapped to an object, every object in your array of submitted data
112-
will be validated with the ``Symfony\Component\Validator\Constraints\Valid`` constraint,
113-
unless you disable validation like described in :doc:`this article </form/disabling_validation>`.
111+
If the form is not mapped to an object, every object in your array of
112+
submitted data is validated using the ``Symfony\Component\Validator\Constraints\Valid``
113+
constraint, unless you :doc:`disable validation </form/disabling_validation>`.

0 commit comments

Comments
 (0)
0