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