Skip to content

Commit

Permalink
Update store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored May 21, 2019
1 parent 2cb81f0 commit 832259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type StoresValues<T> = T extends Readable<infer U> ? U :

/**
* Derived value store by synchronizing one or more readable stores and
* applying an aggration function over its input values.
* applying an aggregation function over its input values.
* @param stores input stores
* @param fn function callback that aggregates the values
* @param initial_value when used asynchronously
Expand Down

0 comments on commit 832259f

Please sign in to comment.