From b16fa45d8339b89fb67c090d4f9d46c6e25e897d Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Thu, 12 Nov 2015 22:25:32 +0100 Subject: [PATCH] docs(*): onContentInit --> afterContentInit Closes #5263 --- modules/angular2/docs/cheatsheet/lifecycle hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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