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)