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: