File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/forms/src/directives Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ export const MAX_LENGTH_VALIDATOR: any = {
563
563
} ;
564
564
565
565
/**
566
- * A directive that adds max length validation to controls marked with the
566
+ * A directive that adds maximum length validation to controls marked with the
567
567
* `maxlength` attribute. The directive is provided with the `NG_VALIDATORS` multi-provider list.
568
568
*
569
569
* @see [Form Validation](guide/form-validation)
@@ -591,7 +591,7 @@ export const MAX_LENGTH_VALIDATOR: any = {
591
591
export class MaxLengthValidator extends AbstractValidatorDirective {
592
592
/**
593
593
* @description
594
- * Tracks changes to the minimum length bound to this directive.
594
+ * Tracks changes to the maximum length bound to this directive.
595
595
*/
596
596
@Input ( ) maxlength ! : string | number | null ;
597
597
You can’t perform that action at this time.
0 commit comments