Skip to content

Commit

Permalink
Merge pull request #3516 from saqibshafin/patch-1
Browse files Browse the repository at this point in the history
Grammatical improvement
  • Loading branch information
rrousselGit committed Apr 30, 2024
2 parents 1e01e00 + fa95a04 commit 740e80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/essentials/side_effects.mdx
Expand Up @@ -35,12 +35,12 @@ To showcase this new concept, let's use a more advanced example: A to-do list.
## Defining a Notifier

Let's start with what we already know by this point: A plain simple _GET_ request.
As saw previously in <Link documentID="essentials/first_request" />, we could
As we saw previously in <Link documentID="essentials/first_request" />, we could
fetch a list of todos by writing:

<AutoSnippet {...todoListProvider} />

Now that we've fetch a list of todos, let's see how we can add a new todos.
Now that we've fetched a list of todos, let's see how we can add a new todos.
For this, we will need to modify our provider such that they expose a public API
for modifying their state. This is done by converting our provider into what
we call a "notifier".
Expand Down

0 comments on commit 740e80f

Please sign in to comment.