From 63f3d0c8faebdcec618e27fe85fcd58a96bbb4be Mon Sep 17 00:00:00 2001 From: george looshch Date: Sun, 27 Oct 2024 17:40:53 +0000 Subject: [PATCH] docs: remove an unnecessary whitespace (#58388) Remove an unnecessary whitespace between an opening parenthesis and a word in the documentation on lifecycle. Closes #58380 PR Close #58388 PR Close #58388 --- adev/src/content/guide/components/lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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