From 3bc8d7c22b6990cd4d36dd4652cdeee7679cfb3b Mon Sep 17 00:00:00 2001 From: Crozzers Date: Wed, 18 Oct 2023 19:56:32 +0100 Subject: [PATCH] Fix the wording on the docs for the `different` decorator --- .../reactive-form-validators/validation-decorators/different.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/different.md b/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/different.md index 342cd40ef..6be3c791a 100644 --- a/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/different.md +++ b/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/different.md @@ -8,7 +8,7 @@ type: tabs linktitle: different --- -

{{Title}}

different validation {{validatorType}} will check two inputs whether they are different or not. It is just opposite of different decorator.

+

{{Title}}

different validation {{validatorType}} will check two inputs whether they are different or not. It is just opposite of compare decorator.

# When to use Suppose you want to create a user form in which you want to different 2 input values which are entered by the user. The user form contains fields like firstname and lastname, password Here depending upon the requirement these scenarios may arise.