Fix typo in docs/Talking-To-Servers.md

This commit is contained in:
Toni Reina 2016-09-02 23:30:55 -05:00
parent 1800bd7c8a
commit 9a4be58fa0

View File

@ -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