From a46efc58ced13efe6ad9b8dcc4ee5943708635e3 Mon Sep 17 00:00:00 2001 From: Wayne Maurer Date: Tue, 23 Nov 2021 21:24:11 +0100 Subject: [PATCH] docs(state): fix typo 'tho' on passing observables page --- libs/state/docs/snippets/passing-observables-directly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.