From 613b028161893135fdf64c0cfc02a31d984ed92b Mon Sep 17 00:00:00 2001 From: Igor Rocha <9059660+igorrocha@users.noreply.github.com> Date: Sun, 20 Apr 2025 19:08:38 -0300 Subject: [PATCH] fix small grammatical error in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 886712dd76..81f1bfe2e5 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ export class CustomTextLength implements ValidatorConstraintInterface { ## Custom validation decorators -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. Lets create a decorator called `@IsLongerThan`: 1. Create a decorator itself: