We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cf636 commit 6e98223Copy full SHA for 6e98223
README.md
@@ -470,7 +470,7 @@ import { validate } from 'class-validator';
470
471
class MyClass {
472
@MinLength(32, {
473
- message: "EIC code must be at least 32 charatcers",
+ message: "EIC code must be at least 32 characters",
474
context: {
475
errorCode: 1003,
476
developerNote: "The validated string must contain 32 or more characters."
@@ -1046,4 +1046,4 @@ See information about breaking changes and release notes [here][3].
1046
1047
[1]: https://github.com/chriso/validator.js
1048
[2]: https://github.com/pleerock/typedi
1049
-[3]: CHANGELOG.md
+[3]: CHANGELOG.md
0 commit comments