Skip to content

Commit

Permalink
docs: fix typo (#54427)
Browse files Browse the repository at this point in the history
PR Close #54427
  • Loading branch information
Kisters-BS authored and AndrewKushnir committed Feb 14, 2024
1 parent 44a0ea4 commit 8521188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/forms/src/directives/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export const MAX_LENGTH_VALIDATOR: any = {
};

/**
* A directive that adds max length validation to controls marked with the
* A directive that adds maximum length validation to controls marked with the
* `maxlength` attribute. The directive is provided with the `NG_VALIDATORS` multi-provider list.
*
* @see [Form Validation](guide/form-validation)
Expand Down Expand Up @@ -591,7 +591,7 @@ export const MAX_LENGTH_VALIDATOR: any = {
export class MaxLengthValidator extends AbstractValidatorDirective {
/**
* @description
* Tracks changes to the minimum length bound to this directive.
* Tracks changes to the maximum length bound to this directive.
*/
@Input() maxlength!: string|number|null;

Expand Down

0 comments on commit 8521188

Please sign in to comment.