From ec6c650b5181e1771b21627f99a94b70e3cc701c Mon Sep 17 00:00:00 2001 From: Dylan Kirby Date: Fri, 2 Oct 2015 13:42:25 -0400 Subject: [PATCH] :memo: Fix typo in docs re-evaluted -> re-evalutated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ed8693..3c4ec054 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu * Lets you inspect every state and action payload * Lets you go back in time by “cancelling” actions -* If you change the reducer code, each “staged” action will be re-evaluted +* If you change the reducer code, each “staged” action will be re-evaluated * If the reducers throw, you will see during which action this happened, and what the error was * With `persistState()` store enhancer, you can persist debug sessions across page reloads * To monitor a part of the state, you can set a `select` prop on the DevTools component: ` state.todos} store={store} monitor={LogMonitor} />`