Skip to content

Commit

Permalink
Fix inconsistency between description and snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 14, 2023
1 parent ab10bfa commit 03ec76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/case_studies/pull_to_refresh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ That widget is an official Material widget responsible for displaying a refresh
when the user pulls down the screen.

Using `RefreshIndicator` requires a scrollable surface. But so far, we don't have
any. We can fix that by using a `SingleChildScrollView`:
any. We can fix that by using a `ListView`/`GridView`/`SingleChildScrollView`/etc:

<AutoSnippet raw={displayActivity2} />

Expand Down

0 comments on commit 03ec76e

Please sign in to comment.