Skip to content

Commit

Permalink
Fix: readme.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCho authored and kirill-konshin committed May 28, 2020
1 parent 9b641d8 commit 07e012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const reducer = (state = {tick: 'init'}, action) => {
const makeStore = context => createStore(reducer);

// export an assembled wrapper
export const wrapper = createWrapper<State>(makeStore, {debug: true});
export const wrapper = createWrapper(makeStore, {debug: true});
```
</details>

Expand Down

0 comments on commit 07e012d

Please sign in to comment.