comment typo

This commit is contained in:
hipitihop 2016-08-12 17:04:21 +10:00
parent 57f1fa3afa
commit a2001f2c27
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
(ns re-frame.registrar
"In many places, re-frame asks you to associate an `id` (keyword)
with a `handler` (fucntion). This namespace contains the
with a `handler` (function). This namespace contains the
central registry of such associations."
(:require [re-frame.interop :refer [debug-enabled?]]
[re-frame.loggers :refer [console]]))