From 7a013e93a1516b7e81e4e0b32bcf290d07a369e0 Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Sun, 16 Jul 2017 09:46:39 +0200 Subject: [PATCH] Fix typo in Coeffects.md coeffeects -> coeffects --- docs/Coeffects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Coeffects.md b/docs/Coeffects.md index b877f9c..989b024 100644 --- a/docs/Coeffects.md +++ b/docs/Coeffects.md @@ -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`