Skip to content

Commit

Permalink
fixed docs grammatical error (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitslav authored Dec 10, 2023
1 parent e0a1a10 commit 706d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/case_studies/cancel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use:
navigates away from the page before the request completes. This ensures that
you don't waste time processing a response that the user will never see.

In Riverpod, both of these techniques are can be implemented in a similar way.
In Riverpod, both of these techniques can be implemented in a similar way.
The key is to use `ref.onDispose` combined with "automatic disposal" or `ref.watch`
to achieve the desired behavior.

Expand Down

0 comments on commit 706d2d8

Please sign in to comment.