We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0ff53 commit dc41588Copy full SHA for dc41588
1 file changed
README.md
@@ -706,7 +706,7 @@ export class CustomTextLength implements ValidatorConstraintInterface {
706
707
## Custom validation decorators
708
709
-You can also create a custom decorators. Its the most elegant way of using a custom validations.
+You can also create a custom decorator. It's the most elegant way of using custom validations.
710
Lets create a decorator called `@IsLongerThan`:
711
712
1. Create a decorator itself:
0 commit comments