diff --git a/libs/state/docs/snippets/passing-observables-directly.md b/libs/state/docs/snippets/passing-observables-directly.md index df9505bd4b..ce411b0bb5 100644 --- a/libs/state/docs/snippets/passing-observables-directly.md +++ b/libs/state/docs/snippets/passing-observables-directly.md @@ -47,7 +47,7 @@ export class ChildComponent { ## Passing observables -This example in comparison passes the Observable directly tho the child component. +This example in comparison passes the Observable directly to the child component. Only the first time the parent triggers the change detection and re-renders.