Skip to content

Commit

Permalink
Update auto_dispose.mdx (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Region40 committed May 10, 2023
1 parent 51a5826 commit 8e7d0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/concepts/modifiers/auto_dispose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Marking a provider with `autoDispose` also adds an extra method on `ref`: `keepA
The `keepAlive` function is used to tell Riverpod that the state of the provider
should be preserved even if no longer listened to.

A use-case would be to set this flag to `true` after an HTTP request have
A use-case would be to set this flag to `true` after an HTTP request has
completed:

```dart
Expand Down

0 comments on commit 8e7d0f1

Please sign in to comment.