diff --git a/aio/content/guide/lifecycle-hooks.md b/aio/content/guide/lifecycle-hooks.md index 445b6cae88088..c7058e81652b8 100644 --- a/aio/content/guide/lifecycle-hooks.md +++ b/aio/content/guide/lifecycle-hooks.md @@ -395,14 +395,7 @@ Here it is attached to the repeated hero `
`: -Each spy's creation and destruction marks the appearance and disappearance of the attached hero `
` -with an entry in the *Hook Log* as seen here: - - - -Adding a hero results in a new hero `
`. The spy's `ngOnInit()` logs that event. +Each spy's creation and destruction marks the appearance and disappearance of the attached hero `
` with an entry in the *Hook Log*. Adding a hero results in a new hero `
`. The spy's `ngOnInit()` logs that event. The *Reset* button clears the `heroes` list. Angular removes all hero `
` elements from the DOM and destroys their spy directives at the same time.