Merge pull request #225 from areina/fix-typo-in-docs

Fix typo in docs/Talking-To-Servers.md
This commit is contained in:
Mike Thompson 2016-09-03 15:25:31 +10:00 committed by GitHub
commit 2fa1aea94c
1 changed files with 1 additions and 1 deletions

View File

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