Merge pull request #201 from pesterhazy/patch-1

Correct typo
This commit is contained in:
Mike Thompson 2016-08-23 10:30:43 +10:00 committed by GitHub
commit 9d533d2f23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ To make this happen, we first switch to
using `reg-event-fx` (instead of `reg-event-db`).
Event handlers registered via `reg-event-fx` are slightly
different to those registered via `reg-event-fx`. `-fx` handlers
different to those registered via `reg-event-db`. `-fx` handlers
get two arguments, but the first is not `db`. Instead it
is an argument which we will call `cofx` (that's a nice distinct
name which will aid communication).