Skip to content

Commit

Permalink
Merge pull request #79 from Gaafar/patch-1
Browse files Browse the repository at this point in the history
remove repeated word "here"
  • Loading branch information
timdorr authored May 24, 2018
2 parents 285c7aa + 54daa0b commit e98836b
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 @@ -311,7 +311,7 @@ const store = createStore(
// later
function fetchUser(id) {
return (dispatch, getState, { api, whatever }) => {
// you can use api and something else here here
// you can use api and something else here
}
}
```
Expand Down

0 comments on commit e98836b

Please sign in to comment.