From fdce4a0b3ed8dc0976f29a8c1e0bb101d2a6e21d Mon Sep 17 00:00:00 2001 From: Will Howell Date: Tue, 25 Apr 2017 15:04:57 -0400 Subject: [PATCH] docs(aio): add missing word --- 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 711c8cf863d50..6db2305e329af 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: