mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Update events.cljs
fixed typo
This commit is contained in:
parent
3c8dabc4f8
commit
97bba84cb5
@ -26,7 +26,7 @@
|
||||
(def ->local-store (after todos->local-store))
|
||||
|
||||
;; Each event handler can have its own set of interceptors (middleware)
|
||||
;; But we use the same set of interceptors for all event habdlers related
|
||||
;; But we use the same set of interceptors for all event handlers related
|
||||
;; to manipulating todos.
|
||||
;; A chain of interceptors is a vector.
|
||||
(def todo-interceptors [check-spec-interceptor ;; ensure the spec is still valid
|
||||
|
Loading…
x
Reference in New Issue
Block a user