Skip to content

Commit 2dae11a

Browse files
author
Goldyvaiiii
committed
docs: fix typos in markdown documentation
1 parent a28b432 commit 2dae11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/CodeSplitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Redux Toolkit 2.0 includes some utilities designed to simplify code splitting wi
162162

163163
### `combineSlices`
164164

165-
The [`combineSlices`](https://redux-toolkit.js.org/api/combineSlices) utility is designed to allow for easy reducer injection. It also supercedes `combineReducers`, in that it can be used to combine multiple slices and reducers into one root reducer.
165+
The [`combineSlices`](https://redux-toolkit.js.org/api/combineSlices) utility is designed to allow for easy reducer injection. It also supersedes `combineReducers`, in that it can be used to combine multiple slices and reducers into one root reducer.
166166

167167
At setup it accepts a set of slices and reducer maps, and returns a reducer instance with attached methods for injection.
168168

0 commit comments

Comments
 (0)