minor #21250 Fix a typo (GuilhemN)

This PR was merged into the 3.2 branch.

Discussion
----------

Fix a typo

| Q             | A
| ------------- | ---
| Branch?       | 3.2
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/21194#discussion_r95668246
| License       | MIT
| Doc PR        |

<!--
- Bug fixes must be submitted against the lowest branch where they apply
  (lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against the master branch.
- Please fill in this template according to the PR you're about to submit.
- Replace this comment by a description of what your PR is solving.
-->

Commits
-------

2dcb22e Fix a typo
This commit is contained in:
Nicolas Grekas 2017-01-12 17:37:52 +01:00
commit 7ba3bc6867

View File

@ -250,7 +250,7 @@ Validator
```
* The default value of the strict option of the `Choice` Constraint has been
changed to `true` as of 4.0. If you need the the previous behaviour ensure to
changed to `true` as of 4.0. If you need the previous behaviour ensure to
set the option to `false`.
Yaml