mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
fix typo
handers -> handlers
This commit is contained in:
parent
a50e09aac0
commit
23da554def
@ -13,7 +13,7 @@
|
||||
;; can change the value in app-db so, after each event handler
|
||||
;; has run, we re-check app-db for correctness (compliance with the Schema).
|
||||
;;
|
||||
;; How is this done? Look in events.cljs and you'll notice that all handers
|
||||
;; How is this done? Look in events.cljs and you'll notice that all handlers
|
||||
;; have an "after" interceptor which does the spec re-check.
|
||||
;;
|
||||
;; None of this is strictly necessary. It could be omitted. But we find it
|
||||
|
Loading…
x
Reference in New Issue
Block a user