From 9f1dbe2a0777572c12ebecd082d07aba3ab004c8 Mon Sep 17 00:00:00 2001 From: Kazymir Rabier Date: Thu, 30 Nov 2023 23:01:56 +0800 Subject: [PATCH] Fix typo in pull_to_refresh.mdx --- website/docs/case_studies/pull_to_refresh.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/case_studies/pull_to_refresh.mdx b/website/docs/case_studies/pull_to_refresh.mdx index 27c1ad9e5..19367223f 100644 --- a/website/docs/case_studies/pull_to_refresh.mdx +++ b/website/docs/case_studies/pull_to_refresh.mdx @@ -24,7 +24,7 @@ problems to solve: - We need to show the refresh indicator for as long as the refresh is happening. Let's see how to solve this using Riverpod. -For this, we will make a simple example which recommands a random activity to users. +For this, we will make a simple example which recommends a random activity to users. And doing a pull-to-refresh will trigger a new suggestion: