From 4115e410d61b6c1415725c9968239e2b5a8ff26a Mon Sep 17 00:00:00 2001 From: Markus Bertheau Date: Fri, 22 Jan 2016 14:11:27 +0100 Subject: [PATCH] Correct spelling --- src/re_frame/middleware.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/re_frame/middleware.cljs b/src/re_frame/middleware.cljs index ee0a4a6..ab2d734 100644 --- a/src/re_frame/middleware.cljs +++ b/src/re_frame/middleware.cljs @@ -159,7 +159,7 @@ todo removal. And to perform this enrichment, a function has to inspect all the todos, possibly set flags on each, and set some overall list of duplicates. - And this duplication check might just be one check amoung many. + And this duplication check might just be one check among many. \"f\" would need to be both adding and removing the duplicate warnings. By applying \"f\" in middleware, we keep the handlers simple and yet we ensure this important step is not missed."