docs(guide/lifecycle_hooks): fix typo

This commit is contained in:
Peter Bacon Darwin 2016-01-13 09:41:16 +00:00
parent 0f5294e32c
commit 8501cbcfed

View File

@ -41,7 +41,7 @@ include ../../../../_includes/_util-fns
sense for components.
Each interface has a single hook method whose name is the interface name prefixed with `ng`.
For example, the `OnInit` interface has a hook method names `ngOnInit`.
For example, the `OnInit` interface has a hook method named `ngOnInit`.
Angular calls these hook methods in the following order:
* `ngOnChanges` - called when an input or output binding value changes