From afb72164e439d90f97e6c312e60a68b8b7a7eb8d Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 1 Jul 2016 00:18:41 +0200 Subject: [PATCH] fix(docs): typo in comments (#9743) correct a typo in comments --- modules/@angular/forms/src/directives/validators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/forms/src/directives/validators.ts b/modules/@angular/forms/src/directives/validators.ts index d9766c90a1..6bcd46bcf3 100644 --- a/modules/@angular/forms/src/directives/validators.ts +++ b/modules/@angular/forms/src/directives/validators.ts @@ -75,7 +75,7 @@ export interface AsyncValidatorFn { } /** - * Provivder which adds {@link MinLengthValidator} to {@link NG_VALIDATORS}. + * Provider which adds {@link MinLengthValidator} to {@link NG_VALIDATORS}. * * ## Example: *