From 209f36a0c2eee2251a0c31ae286f8a5b7e0ca00b Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Sun, 28 Aug 2016 10:07:46 +1000 Subject: [PATCH] Better highlighting in docs --- docs/Effects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Effects.md b/docs/Effects.md index 5a31c15..42daf7f 100644 --- a/docs/Effects.md +++ b/docs/Effects.md @@ -118,8 +118,8 @@ So, terminology: - `:butterfly` is an "effect key" - and the function registered is an "effect handler". -So re-frame has `event handlers` and `effect handlers` and they are -different, despite both starting with `e` and ending in `t`!! +So re-frame has both `event` handlers and `effect` handlers and they are +different, despite them both starting with `e` and ending in `t`!! ### Writing An Effect Handler