From 6ba0d65daf8d767d500faf8829650839df6b2339 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 11 Mar 2016 17:04:21 -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 5deb5027..5126e09f 100644 --- a/renderer/index.js +++ b/renderer/index.js @@ -128,7 +128,7 @@ function init () { console.timeEnd('init') } -// This is the (mostly) pure fucntion from state -> UI. Returns a virtual DOM +// This is the (mostly) pure function 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)