diff --git a/README.md b/README.md index e7523db..9269b6a 100644 --- a/README.md +++ b/README.md @@ -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 } } ```