Skip to content

Commit c19e385

Browse files
authored
fix(modify-mutable.mdx): Fix typo (#761)
1 parent 4184dd1 commit c19e385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/store-utilities/modify-mutable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: modifyMutable
33
---
44

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

77
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.
88

0 commit comments

Comments
 (0)