Merge pull request #46 from chenxsan/patch-1

Fix typo
pull/48/head
Simon Friis Vindum 9 years ago
commit 81016ead29

@ -447,7 +447,7 @@ The `thunk` function takes a name for identifying a thunk, a function that
returns a vnode and a variable amount of state parameters. If invoked the returns a vnode and a variable amount of state parameters. If invoked the
render function will recieve the state parameters. render function will recieve the state parameters.
`thunks(uniqueName, renderFn, [stateAguments])` `thunk(uniqueName, renderFn, [stateAguments])`
Thunks is an optimization strategy that can be used when one is dealing with Thunks is an optimization strategy that can be used when one is dealing with
immutable data. immutable data.

Loading…
Cancel
Save