docs(aio): add missing word (#16328)

This commit is contained in:
Will Howell 2017-04-28 18:33:23 -04:00 committed by Miško Hevery
parent 951a575db3
commit 938406122e
1 changed files with 1 additions and 1 deletions

View File

@ -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: