Skip to content

Commit 7ba3bc6

Browse files
minor symfony#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 | symfony#21194 (comment) | 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
2 parents 1fcb66d + 2dcb22e commit 7ba3bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Validator
250250
```
251251

252252
* The default value of the strict option of the `Choice` Constraint has been
253-
changed to `true` as of 4.0. If you need the the previous behaviour ensure to
253+
changed to `true` as of 4.0. If you need the previous behaviour ensure to
254254
set the option to `false`.
255255

256256
Yaml

0 commit comments

Comments
 (0)