We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ef902 commit f4e9fbbCopy full SHA for f4e9fbb
README.md
@@ -982,7 +982,7 @@ Name | Default text
982
`arrayMax` | The '{field}' field must contain less than or equal to {expected} items.
983
`arrayLength` | The '{field}' field must contain {expected} items.
984
`arrayContains` | The '{field}' field must contain the '{expected}' item.
985
-`arrayUnique` | The '{field}' field value '{expected}' does not unique!
+`arrayUnique` | The '{actual}' value in '{field}' field does not unique the '{expected}' values.
986
`arrayEnum` | The '{actual}' value in '{field}' field does not match any of the '{expected}' values.
987
`boolean` | The '{field}' field must be a boolean.
988
`function` | The '{field}' field must be a function.
0 commit comments