Skip to content

Commit 6e98223

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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)