From 797fc76006a447bc6553aac11ec720b5c304f97f Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Sat, 27 Aug 2016 23:54:07 +1000 Subject: [PATCH] Take out mention of middleware. --- src/re_frame/std_interceptors.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/re_frame/std_interceptors.cljc b/src/re_frame/std_interceptors.cljc index c447ce6..04b29ab 100644 --- a/src/re_frame/std_interceptors.cljc +++ b/src/re_frame/std_interceptors.cljc @@ -200,8 +200,8 @@ 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." + By applying `f` in an `:after` interceptor, we keep the handlers + simple and yet we ensure this important step is not missed." [f] (->interceptor :id :enrich