diff --git a/adev/src/content/guide/components/lifecycle.md b/adev/src/content/guide/components/lifecycle.md index 1caac7bc72b..e95fc7b9106 100644 --- a/adev/src/content/guide/components/lifecycle.md +++ b/adev/src/content/guide/components/lifecycle.md @@ -175,8 +175,8 @@ During initialization, the first `ngDoCheck` runs after `ngOnInit`. ### ngAfterContentInit -The `ngAfterContentInit` method runs once after all the children nested inside the component ( -its _content_) have been initialized. +The `ngAfterContentInit` method runs once after all the children nested inside the component (its +_content_) have been initialized. You can use this lifecycle hook to read the results of [content queries](guide/components/queries#content-queries). While you can access the initialized