docs(forms): added missing backtick (#24451)

Fixed trivial markdown problem with a missing backtick.

PR Close #24451
This commit is contained in:
Tyler Akins 2018-06-12 15:11:13 -05:00 committed by Miško Hevery
parent b7823e7087
commit 81a9db2b0a

View File

@ -242,9 +242,8 @@ export const MAX_LENGTH_VALIDATOR: any = {
}; };
/** /**
* A directive which installs the `MaxLengthValidator` for any `formControlName, * A directive which installs the `MaxLengthValidator` for any `formControlName`,
* `formControl`, * `formControl`, or control with `ngModel` that also has a `maxlength` attribute.
* or control with `ngModel` that also has a `maxlength` attribute.
* *
* *
*/ */