Commit 3800846
committed
bug #5350 [Form][2.3] fix
This PR was merged into the 2.3 branch.
Discussion
----------
[Form][2.3] fix `validation_groups` typos
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.3+
| Fixed tickets | --
It's neither `group_validation` nor `validation_group`, but `validation_groups`. 😏
Commits
-------
f4d20c3 fix `validation_groups` typosvalidation_groups typos (craue)File tree
2 files changed
+2
-2
lines changed- cookbook/form
- reference/forms/types/options
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
| 716 | + | |
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments