Skip to content

Commit 6e98223

Browse files
0xflotusvlapo
authored andcommitted
chore: fix small typo in README.md (#416)
1 parent 92cf636 commit 6e98223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ import { validate } from 'class-validator';
470470
471471
class MyClass {
472472
@MinLength(32, {
473-
message: "EIC code must be at least 32 charatcers",
473+
message: "EIC code must be at least 32 characters",
474474
context: {
475475
errorCode: 1003,
476476
developerNote: "The validated string must contain 32 or more characters."
@@ -1046,4 +1046,4 @@ See information about breaking changes and release notes [here][3].
10461046

10471047
[1]: https://github.com/chriso/validator.js
10481048
[2]: https://github.com/pleerock/typedi
1049-
[3]: CHANGELOG.md
1049+
[3]: CHANGELOG.md

0 commit comments

Comments
 (0)