There was an error while loading. Please reload this page.
1 parent 72f230d commit 8f84697Copy full SHA for 8f84697
docs/example-react-redux.md
@@ -72,7 +72,7 @@ import Counter from './counter.js'
72
73
// this is a handy function that I normally make available for all my tests
74
// that deal with connected components.
75
-// you can provide initialState or the entire store that the ui is rendered with
+// you can provide initialState for the entire store that the ui is rendered with
76
function renderWithRedux(
77
ui,
78
{ initialState, store = createStore(reducer, initialState) } = {}
0 commit comments