From 938406122efc2cb09a8e34dc3ed6b9f1f8e68e3c Mon Sep 17 00:00:00 2001 From: Will Howell Date: Fri, 28 Apr 2017 18:33:23 -0400 Subject: [PATCH] docs(aio): add missing word (#16328) --- aio/content/guide/reactive-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/reactive-forms.md b/aio/content/guide/reactive-forms.md index 711c8cf863..6db2305e32 100644 --- a/aio/content/guide/reactive-forms.md +++ b/aio/content/guide/reactive-forms.md @@ -1032,7 +1032,7 @@ You could call `reset` at the top of `ngOnChanges` like this. -The `reset` method has an optional `state` value so you can reset the flags _and_ the control values at the same. +The `reset` method has an optional `state` value so you can reset the flags _and_ the control values at the same time. Internally, `reset` passes the argument to `setValue`. A little refactoring and `ngOnChanges` becomes this: