mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Fix typo in docs/Talking-To-Servers.md
This commit is contained in:
parent
1800bd7c8a
commit
9a4be58fa0
@ -118,7 +118,7 @@ Here's our rewrite:
|
|||||||
(ns my.app.events
|
(ns my.app.events
|
||||||
(:require
|
(:require
|
||||||
[day8.re-frame.http-fx]
|
[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
|
(reg-event-fx ;; <-- note the `-fx` extension
|
||||||
:request-it ;; <-- the event id
|
:request-it ;; <-- the event id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user