Skip to content

Commit 98974f5

Browse files
author
Rich Harris
committed
minor tweak
1 parent 58b1157 commit 98974f5

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/08-stores/04-derived-stores

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/08-stores/04-derived-stores/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export const elapsed = derived(
1212
);
1313
```
1414

15-
> It's possible to derive a store from multiple inputs, and to explicitly `set` a value instead of returning it (which is useful for deriving values asynchronously). Consult the [API reference](https://svelte.dev/docs#run-time-svelte-store-derived) for more information.
15+
> It's possible to derive a store from multiple input stores, and to explicitly `set` a value instead of returning it (which is useful for deriving values asynchronously). Consult the [API reference](https://svelte.dev/docs#run-time-svelte-store-derived) for more information.

0 commit comments

Comments
 (0)