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.
|
And this duplication check might just be one check among many.
|
||||||
|
|
||||||
`f` would need to be both adding and removing the duplicate warnings.
|
`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
|
By applying `f` in an `:after` interceptor, we keep the handlers
|
||||||
ensure this important step is not missed."
|
simple and yet we ensure this important step is not missed."
|
||||||
[f]
|
[f]
|
||||||
(->interceptor
|
(->interceptor
|
||||||
:id :enrich
|
:id :enrich
|
||||||
|
|
Loading…
Reference in New Issue