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