Take out mention of middleware.
This commit is contained in:
parent
6c5a9bb880
commit
797fc76006
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue