diff --git a/aio/content/guide/lifecycle-hooks.md b/aio/content/guide/lifecycle-hooks.md index 5ab796b64a..d3a488451f 100644 --- a/aio/content/guide/lifecycle-hooks.md +++ b/aio/content/guide/lifecycle-hooks.md @@ -124,7 +124,7 @@ calls the lifecycle hook methods in the following sequence at specific moments: Respond after Angular checks the component's views and child views / the view that a directive is in. - Called after the `ngAfterViewInit` and every subsequent `ngAfterContentChecked()`. + Called after the `ngAfterViewInit()` and every subsequent `ngAfterContentChecked()`.