typo in comment

This commit is contained in:
led 2015-09-06 15:59:58 +01:00
parent b566c08f40
commit 5a78f6b532
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