fix: correct typo in error message for @ArrayMaxSize
decorator
#1242
Labels
status: done/released
Issue has been completed, no further action is needed.
type: fix
Issues describing a broken feature.
Description
The error message doesn't sound right
arrayMaxSize current default message is
someProperty must contain not more than X elements
the fix would be
someProperty must contain no more than X elements
Minimal code-snippet showcasing the problem
Expected behavior
arrayMaxSize default error message:
someProperty must contain no more than X elements
Actual behavior
arrayMaxSize default error message:
someProperty must contain not more than X elements
The text was updated successfully, but these errors were encountered: