From 902695ce199b9312dc17c6449cfd0fc5d72c86d7 Mon Sep 17 00:00:00 2001 From: Nick Tobolski Date: Mon, 19 Nov 2018 14:45:47 -0500 Subject: [PATCH] docs(forms): language correction (#27177) Word missing from docs PR Close #27177 --- packages/forms/src/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index 0737362ced..35aad3a464 100644 --- a/packages/forms/src/model.ts +++ b/packages/forms/src/model.ts @@ -379,7 +379,7 @@ export abstract class AbstractControl { /** * Marks the control as `dirty`. A control becomes dirty when - * the control's is changed through the UI; compare `markAsTouched`. + * the control's value is changed through the UI; compare `markAsTouched`. * * @param opts Configuration options that determine how the control propagates changes * and emits events after marking is applied.