Merge pull request #114 from Day8/revert-113-patch-2

Revert "typo in comment"
This commit is contained in:
Daniel Compton 2015-09-07 11:43:47 +12:00
commit 67c97ae668
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, create initial state
(register-handler ;; On app startup, ceate initial state
:initialise-db ;; event id being handled
check-schema-mw
(fn [_ _] ;; the handler being registered