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.