Skip to content

Commit

Permalink
Update 14_create_effect.md (#89)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mscherer authored Apr 5, 2024
1 parent 5ebb369 commit 06c637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactivity/14_create_effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ create_effect(move |prev_value| {
});
```

Every time `count` is updated, this effect wil rerun. This is what allows reactive, fine-grained updates to the DOM.
Every time `count` is updated, this effect will rerun. This is what allows reactive, fine-grained updates to the DOM.

## Explicit, Cancelable Tracking with `watch`

Expand Down

0 comments on commit 06c637a

Please sign in to comment.