Skip to content

Commit

Permalink
docs(component-store): fix typo on the lifecycle page (#4015)
Browse files Browse the repository at this point in the history
Closes #4010
  • Loading branch information
srinathsree66 authored Aug 21, 2023
1 parent 3e9022a commit 54a01c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ export class BooksPageComponent implements OnInit {
}
</code-example>

The `provideComponentStore()` function is not required to listen to the `destroy$` property on the ComoponentStore.
The `provideComponentStore()` function is not required to listen to the `destroy$` property on the ComponentStore.

0 comments on commit 54a01c3

Please sign in to comment.