Skip to content

Commit 95cbf24

Browse files
authored
Merge pull request #77 from tuliglowicz/patch-1
Update derive.md
2 parents 0e7d826 + 605b332 commit 95cbf24

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)