typo in comment
This commit is contained in:
parent
b566c08f40
commit
5a78f6b532
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue