Take out mention of middleware.

This commit is contained in:
Mike Thompson 2016-08-27 23:54:07 +10:00
parent 6c5a9bb880
commit 797fc76006
1 changed files with 2 additions and 2 deletions

View File

@ -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