From 4c019471465e0158791ad81fa4fb806698615f48 Mon Sep 17 00:00:00 2001 From: Robert Hinckley <37898062+rhinck@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:44:24 -0700 Subject: [PATCH] Update faq.mdx --- website/docs/essentials/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/essentials/faq.mdx b/website/docs/essentials/faq.mdx index 20ce61daa5..1ddad482ab 100644 --- a/website/docs/essentials/faq.mdx +++ b/website/docs/essentials/faq.mdx @@ -151,7 +151,7 @@ If this is what you are after, you should instead have everything dependent on t user's state to `ref.watch` the "user" provider. Then, when the user logs out, all providers depending on it would automatically -be reset but everything else will stay untouched. +be reset but everything else would remain untouched. ## I have the error "Cannot use "ref" after the widget was disposed", what's wrong?