From 9fdf22871bd7212f8f039c5fec0dd85049cb7f40 Mon Sep 17 00:00:00 2001 From: chenxsan Date: Wed, 23 Dec 2015 16:16:38 +0800 Subject: [PATCH] Fix typo Thought it's a typo? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbde426..915d7b1 100644 --- a/README.md +++ b/README.md @@ -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 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 immutable data.