Skip to content

Commit 62f9eed

Browse files
docs: Updated typo in Quick Start (#168)
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
1 parent 9da7f3b commit 62f9eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const unmount = double.mount();
9090
unmount();
9191
```
9292

93-
## Previous Deferred Value
93+
## Previous Derived Value
9494

9595
You can access the previous value of a derived computation by using the `prevVal` argument passed to the `fn` function:
9696

0 commit comments

Comments
 (0)