From 832259f952fa818ed7ce9d0daffa3fd17e5a51f8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 20 May 2019 21:13:24 -0400 Subject: [PATCH] Update store.ts --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.ts b/src/store.ts index ef86130f56..b0ee41fc8d 100644 --- a/src/store.ts +++ b/src/store.ts @@ -109,7 +109,7 @@ type StoresValues = T extends Readable ? 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