Fix typo in Coeffects.md coeffeects -> coeffects

This commit is contained in:
Prof Gra 2017-07-16 09:46:39 +02:00 committed by GitHub
parent e8d1ea57d9
commit 7a013e93a1
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`