Skip to content

Commit b16fa45

Browse files
committed
docs(*): onContentInit --> afterContentInit
Closes angular#5263
1 parent 1d9c44b commit b16fa45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/angular2/docs/cheatsheet/lifecycle hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Called after every check of the component's or directive's content.
3636

3737
@cheatsheetItem
3838
`afterViewInit() { ... }`|`afterViewInit()`
39-
Called after onContentInit when the component's view has been initialized. Applies to components only.
39+
Called after afterContentInit when the component's view has been initialized. Applies to components only.
4040

4141

4242
@cheatsheetItem

0 commit comments

Comments
 (0)