Skip to content

Commit 5efc193

Browse files
committed
Update AsyncActions.md
1 parent ba091a4 commit 5efc193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/AsyncActions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ There are a few important bits here:
201201
202202
Before going into the details of dispatching actions together with network requests, we will write the reducers for the actions we defined above.
203203
204-
>##### Note
204+
>##### Note on Reducer Composition
205205
206-
> Here, it is assumed that you understand reducer composition with [`combineReducers()`](../api/combineReducers.md), as described in the [Splitting Reducers](../basics/Reducers.md#splitting-reducers). If you don’t, please read it first.
206+
> Here, we assume that you understand reducer composition with [`combineReducers()`](../api/combineReducers.md), as described in the [Splitting Reducers](../basics/Reducers.md#splitting-reducers) section on the [basics guide](../basics/README.md). If you don’t, please [read it first](../basics/Reducers.md#splitting-reducers).
207207
208208
#### `reducers.js`
209209

0 commit comments

Comments
 (0)