From 2234fa11e21b3458dedb5a06b7566bc91100ceff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Archer=20St=C3=A9phane?= <2981437+stephane-archer@users.noreply.github.com> Date: Tue, 14 Jan 2025 05:06:53 +0100 Subject: [PATCH] fix doc typo --- website/docs/advanced/select.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/select.mdx b/website/docs/advanced/select.mdx index 6cf58df09..f1a4f5e65 100644 --- a/website/docs/advanced/select.mdx +++ b/website/docs/advanced/select.mdx @@ -19,7 +19,7 @@ The added complexity of the optimizations may not be worth minor gains. ## Filtering widget/provider rebuild using "select". -You have have noticed that, by default, using `ref.watch` causes +You may have noticed that, by default, using `ref.watch` causes consumers/providers to rebuild whenever _any_ of the properties of an object changes. For instance, watching a `User` and only using its "name" will still cause