From 81a9db2b0a2f62874bba92fd7dddb0bca00d1488 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Tue, 12 Jun 2018 15:11:13 -0500 Subject: [PATCH] docs(forms): added missing backtick (#24451) Fixed trivial markdown problem with a missing backtick. PR Close #24451 --- packages/forms/src/directives/validators.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/forms/src/directives/validators.ts b/packages/forms/src/directives/validators.ts index 74bd818b55..2297c42b58 100644 --- a/packages/forms/src/directives/validators.ts +++ b/packages/forms/src/directives/validators.ts @@ -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. * * */