diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index bfff7a7c3a..1a960409ba 100644 --- a/packages/forms/src/model.ts +++ b/packages/forms/src/model.ts @@ -281,14 +281,14 @@ export abstract class AbstractControl { /** * @description - * An observable that emits an event every time the value of the control changes, in + * A multicasted observable that emits an event every time the value of the control changes, in * the UI or programmatically. */ public readonly valueChanges: Observable; /** * @description - * An observable that emits an event every time the validation `status` of the control + * A multicasted observable that emits an event every time the validation `status` of the control * is re-calculated. */ public readonly statusChanges: Observable;