From c159b434b55026e8c16ceee05e25ff517d39fcdb Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 18:18:29 +0100 Subject: [PATCH] Singular attribute to attributes If there's multiple... --- 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 075fcbf94..a99998a96 100644 --- a/docs/guide/reactivity.md +++ b/docs/guide/reactivity.md @@ -69,7 +69,7 @@ The first superpower we will look at is "smart refresh". When you modify a react !!! information - If you modify multiple reactive attribute, Textual will only do a single refresh to minimize updates. + If you modify multiple reactive attributes, Textual will only do a single refresh to minimize updates. Let's look at an example which illustrates this. In the following app, the value of an input is used to update a "Hello, World!" type greeting.