From 5bd82b3d6625af1fac2b21ba0cd5bab448e44ffe Mon Sep 17 00:00:00 2001 From: John Herrlin Date: Mon, 18 Mar 2024 08:39:16 +0100 Subject: [PATCH] Fix typo --- docs/flows-advanced-topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flows-advanced-topics.md b/docs/flows-advanced-topics.md index 510b444a..bc6847e2 100644 --- a/docs/flows-advanced-topics.md +++ b/docs/flows-advanced-topics.md @@ -198,7 +198,7 @@ Something is looping in on itself here: - *And*, the value of a view determines when a signal lives or dies. - *And*, the value of a signal determines when a view lives or dies. -If views derive solely from `app-db`, when why must signals derive from views? +If views derive solely from `app-db`, then why must signals derive from views? Why not simply have *everything* derive from `app-db`? `event -> app-db -> signal graph -> signals -> view -> event`