Skip to content

Commit 8f84697

Browse files
jameslevineKent C. Dodds
authored andcommitted
Spelling Mistake (#287)
Changed 'or' to 'for'
1 parent 72f230d commit 8f84697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import Counter from './counter.js'
7272

7373
// this is a handy function that I normally make available for all my tests
7474
// that deal with connected components.
75-
// you can provide initialState or the entire store that the ui is rendered with
75+
// you can provide initialState for the entire store that the ui is rendered with
7676
function renderWithRedux(
7777
ui,
7878
{ initialState, store = createStore(reducer, initialState) } = {}

0 commit comments

Comments
 (0)