Merge pull request #370 from Grahack/patch-2

Effects.md: it's -> its
This commit is contained in:
Mike Thompson 2017-07-16 16:40:20 +10:00 committed by GitHub
commit e8d1ea57d9
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ While it might look like you have registered with 2 interceptors,
It silently inserts `do-fx` at the front, and this is a good thing.
The placement of `do-fx` at the beginning of the interceptor chain means
it's `:after` function would be the final act when the chain is executed
its `:after` function would be the final act when the chain is executed
(forwards and then backwards, as described in the Interceptor Tutorial).
In this final act, the `:after` function extracts `:effects` from `context`