From 342e1b1f22f4e05c14e707e1f8840edb320ddac6 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 11 Mar 2016 16:28:50 -0800 Subject: [PATCH] typo --- renderer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/index.js b/renderer/index.js index 69d01ca9..5deb5027 100644 --- a/renderer/index.js +++ b/renderer/index.js @@ -128,7 +128,7 @@ function init () { console.timeEnd('init') } -// This is the (mostly) pure funtion from state -> UI. Returns a virtual DOM +// This is the (mostly) pure fucntion from state -> UI. Returns a virtual DOM // tree. Any events, such as button clicks, will turn into calls to dispatch() function render (state) { return App(state, dispatch)