Skip to content

Commit 05ba9d1

Browse files
authored
fix(docs): correct grammar in part-2-app-structure tutorial regarding… (#4742)
1 parent d6e1bc3 commit 05ba9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-2-app-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ If you're curious _why_ we use thunks for async logic, see this deeper explanati
606606

607607
We know that we're not allowed to put any kind of async logic in reducers. But, that logic has to live somewhere.
608608

609-
If we have access to the Redux store, we could write some async code and call `store.dispatch()` when we're done:
609+
If we had access to the Redux store, we could write some async code and call `store.dispatch()` when we're done:
610610

611611
```js
612612
const store = configureStore({ reducer: counterReducer })

0 commit comments

Comments
 (0)