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 4c18f637ae
commit bc8a93e842

View File

@ -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.
*
*
*/