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
1 changed files with 2 additions and 3 deletions

View File

@ -242,9 +242,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.
*
*
*/