Skip to content

Commit 605b332

Browse files
authored
Update derive.md
fix typo
1 parent 79d2e48 commit 605b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/derive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ head:
1717
# Derive
1818
Just like _state_ and _decorate_, derive allows you to customize `Context` based on existing `Context` as `Context.store`.
1919

20-
This is useful when you to need to create a value based on an existing value reactively.
20+
This is useful when you need to create a value based on an existing value reactively.
2121

2222
### Example
2323
```typescript

0 commit comments

Comments
 (0)