grammatical fix

pull/7108/head
Aman Kapoor 5 years ago committed by GitHub
parent 897a21087c
commit 57aa205e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
title: Derived stores
---
You can create a store whose value is based on the value of one or more *other* stores with `derived`. Building on our previous example, we can create a store that derives the time the page has been open:
You can create a store whose value is based on the value of one or more *other* stores with `derived`. Building on our previous example, we can create a store that derives the time that the page has been open for:
```js
export const elapsed = derived(

Loading…
Cancel
Save