diff --git a/modules/angular2/docs/cheatsheet/lifecycle hooks.md b/modules/angular2/docs/cheatsheet/lifecycle hooks.md index a403ffa195..e28026ea59 100644 --- a/modules/angular2/docs/cheatsheet/lifecycle hooks.md +++ b/modules/angular2/docs/cheatsheet/lifecycle hooks.md @@ -36,7 +36,7 @@ Called after every check of the component's or directive's content. @cheatsheetItem `afterViewInit() { ... }`|`afterViewInit()` -Called after onContentInit when the component's view has been initialized. Applies to components only. +Called after afterContentInit when the component's view has been initialized. Applies to components only. @cheatsheetItem