We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07ef7df + 7f68ca3 commit d6d8b50Copy full SHA for d6d8b50
core/validation.md
@@ -7,7 +7,7 @@ if you want to.
7
8
## Validating Submitted Data
9
10
-Validating submitted data is simple as adding [Symfony's built-in constraints](http://symfony.com/doc/current/reference/constraints.html)
+Validating submitted data is as simple as adding [Symfony's built-in constraints](http://symfony.com/doc/current/reference/constraints.html)
11
or [custom constraints](http://symfony.com/doc/current/validation/custom_constraint.html) directly in classes marked with
12
the `@ApiResource` annotation:
13
0 commit comments