Fix spelling mistake in init-tracing docstring

This commit is contained in:
Daniel Compton 2017-08-16 15:00:56 +12:00
parent dd0ad6ac54
commit a94f017c3e

View File

@ -113,7 +113,7 @@
(swap! traces #(reduce conj % new-traces))))))
(defn init-tracing!
"Sets up any intial state that needs to be there for tracing. Does not enable tracing."
"Sets up any initial state that needs to be there for tracing. Does not enable tracing."
[]
(monkey-patch-reagent))