Skip to content

Commit 56d3d38

Browse files
MarceloAlvesmarkerikson
authored andcommitted
fix docs: update createReducer link (#285)
1 parent aed0e4b commit 56d3d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-with-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ If you actually _need_ that type, unfortunately there is no other way than manua
221221

222222
### Type safety with `extraReducers`
223223

224-
Like in `createReducer`, the `extraReducers` map object is not easy to fully type. So, like with `createReducer`, you may also use the "builder callback" approach for defining the reducer object argument. See [the `createReducer` section above](#createReducer) for an example.
224+
Like in `createReducer`, the `extraReducers` map object is not easy to fully type. So, like with `createReducer`, you may also use the "builder callback" approach for defining the reducer object argument. See [the `createReducer` section above](#createreducer) for an example.

0 commit comments

Comments
 (0)