docs(forms): typo word "property" was missing (#40323)
Word "property" was missing in @returns description of minLength PR Close #40323
This commit is contained in:
parent
d4327d51d1
commit
fdec650ef2
@ -293,7 +293,7 @@ export class Validators {
|
|||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* @returns A validator function that returns an error map with the
|
* @returns A validator function that returns an error map with the
|
||||||
* `minlength` if the validation check fails, otherwise `null`.
|
* `minlength` property if the validation check fails, otherwise `null`.
|
||||||
*
|
*
|
||||||
* @see `updateValueAndValidity()`
|
* @see `updateValueAndValidity()`
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user