Merge pull request #372 from Grahack/patch-2

Fix typo in Coeffects.md coeffeects -> coeffects
This commit is contained in:
Mike Thompson 2017-07-16 19:37:48 +10:00 committed by GitHub
commit e480f7a117
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Something like this (this handler is the same as before, except for one detail):
Look at that - my event handler has a new Interceptor! It is injecting the
right key/value pair (`:local-store`)
into `context's` `:coeffeects`, which itself then goes on to be the first argument
into `context's` `:coeffects`, which itself then goes on to be the first argument
to our event handler (`cofx`).
### `inject-cofx`