From f39a7c96d3bd0a7b68ccc413a36676f333497899 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 6 Feb 2024 16:26:39 +0000 Subject: [PATCH] Update docs/guide/reactivity.md Co-authored-by: Darren Burns --- docs/guide/reactivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/reactivity.md b/docs/guide/reactivity.md index d8b220200..40eacb692 100644 --- a/docs/guide/reactivity.md +++ b/docs/guide/reactivity.md @@ -373,7 +373,7 @@ Note how the addition of the `data_bind` methods negates the need for the watche !!! note - Data bindings works in a single direction. + Data binding works in a single direction. Setting `time` on the app updates the clocks. But setting `time` on the clocks will *not* update `time` on the app.