From 41e1c7e2b6087f451d3b611c6db4d137e7aaafca Mon Sep 17 00:00:00 2001 From: Pranav I Date: Sun, 29 May 2022 20:03:48 +0530 Subject: [PATCH] typo fix for alpha validator --- .../reactive-form-validators/validation-decorators/alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/alpha.md b/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/alpha.md index 2acf633fd..fe8ccd26e 100644 --- a/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/alpha.md +++ b/docs/angular/reactive-forms/reactive-form-validators/validation-decorators/alpha.md @@ -91,7 +91,7 @@ Below options are not mandatory to use in the `alpha` validation. If needed then ## locale Type : `String` -his will allow multilingual characters based upon the specified validation alphabet locale. It can be set to Spanish, danish, french, german, russian. +This will allow multilingual characters based upon the specified validation alphabet locale. It can be set to Spanish, danish, french, german, russian.