This commit is contained in:
Feross Aboukhadijeh
2016-03-11 16:28:50 -08:00
parent 671884b65f
commit 342e1b1f22

View File

@@ -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)