Merge pull request #113 from led/patch-2

typo in comment
This commit is contained in:
Daniel Compton 2015-09-07 09:53:51 +12:00
commit c3a19788a2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
;; -- Handlers ----------------------------------------------------------------
;; usage: (dispatch [:initialise-db])
(register-handler ;; On app startup, ceate initial state
(register-handler ;; On app startup, create initial state
:initialise-db ;; event id being handled
check-schema-mw
(fn [_ _] ;; the handler being registered