docs(forms): remove redundant word (#34584)

PR Close #34584
This commit is contained in:
7006
2019-12-28 16:36:01 +02:00
committed by Alex Rickabaugh
parent 67a5460c14
commit 6b68f4019c

View File

@ -370,7 +370,7 @@ export abstract class AbstractControl {
* @see `markAsPristine()` * @see `markAsPristine()`
* *
* @param opts Configuration options that determine how the control propagates changes * @param opts Configuration options that determine how the control propagates changes
* and emits events events after marking is applied. * and emits events after marking is applied.
* * `onlySelf`: When true, mark only this control. When false or not supplied, * * `onlySelf`: When true, mark only this control. When false or not supplied,
* marks all direct ancestors. Default is false. * marks all direct ancestors. Default is false.
*/ */