Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #5102 Removed duplicate "long"s in length constraint (ByStones)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #5102). Discussion ---------- Removed duplicate "long"s in length constraint | Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | 2.5+ The maxMessage seems to have one long too many. This does apply to all maintained versions. Alternative could be: ``` maxMessage: "Your first name cannot be more than {{ limit }} characters long" ``` Commits ------- dcffc02 Removed duplicate "long"s
- Loading branch information