docs: Fixes typo in FormArray (#26031)

PR Close #26031
This commit is contained in:
Frederik Schlemmer 2018-09-20 10:23:04 +02:00 committed by Kara Erickson
parent bc02e19831
commit 1e02cd9961
1 changed files with 1 additions and 1 deletions

View File

@ -1547,7 +1547,7 @@ export class FormArray extends AbstractControl {
* Creates a new `FormArray` instance.
*
* @param controls An array of child controls. Each child control is given an index
* wheh it is registered.
* where it is registered.
*
* @param validatorOrOpts A synchronous validator function, or an array of
* such functions, or an `AbstractControlOptions` object that contains validation functions