Merge pull request #225 from areina/fix-typo-in-docs
Fix typo in docs/Talking-To-Servers.md
This commit is contained in:
commit
2fa1aea94c
|
@ -118,7 +118,7 @@ Here's our rewrite:
|
|||
(ns my.app.events
|
||||
(:require
|
||||
[day8.re-frame.http-fx]
|
||||
[re-frame.core :refer [re-event-fx]))
|
||||
[re-frame.core :refer [reg-event-fx]))
|
||||
|
||||
(reg-event-fx ;; <-- note the `-fx` extension
|
||||
:request-it ;; <-- the event id
|
||||
|
|
Loading…
Reference in New Issue