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
This commit is contained in:
george looshch 2024-10-27 17:40:53 +00:00 committed by Alex Rickabaugh
parent 92fbecb527
commit 63f3d0c8fa

View file

@ -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