docs(forms): added missing backtick (#24451)
Fixed trivial markdown problem with a missing backtick. PR Close #24451
This commit is contained in:
parent
4c18f637ae
commit
bc8a93e842
@ -235,9 +235,8 @@ export const MAX_LENGTH_VALIDATOR: any = {
|
||||
};
|
||||
|
||||
/**
|
||||
* A directive which installs the `MaxLengthValidator` for any `formControlName,
|
||||
* `formControl`,
|
||||
* or control with `ngModel` that also has a `maxlength` attribute.
|
||||
* A directive which installs the `MaxLengthValidator` for any `formControlName`,
|
||||
* `formControl`, or control with `ngModel` that also has a `maxlength` attribute.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user