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 a00f82797b
commit 18d89c9c89
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ export abstract class AbstractControl {
* @see `markAsPristine()`
*
* @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,
* marks all direct ancestors. Default is false.
*/