Skip to content

Commit

Permalink
fix(modify-mutable.mdx): Fix typo (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
royeden authored Jun 11, 2024
1 parent 4184dd1 commit c19e385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/reference/store-utilities/modify-mutable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: modifyMutable
---

`modifyMutable` streamlines the process of making multiple changes to a mutable Store, as obtained through the use of [createMutable]/reference/store-utilities/create-mutable).
`modifyMutable` streamlines the process of making multiple changes to a mutable Store, as obtained through the use of [`createMutable`](/reference/store-utilities/create-mutable).

It operates within a single [`batch`](/reference/reactive-utilities/batch), ensuring that dependent computations are updated just once, rather than triggering updates for each individual change.

Expand Down

0 comments on commit c19e385

Please sign in to comment.