fix(docs): typo in comments (#9743)

correct a typo in comments
This commit is contained in:
Michael 2016-07-01 00:18:41 +02:00 committed by Rob Wormald
parent 9fee5630fd
commit afb72164e4
1 changed files with 1 additions and 1 deletions

View File

@ -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: * ## Example:
* *