You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/CodeSplitting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ Redux Toolkit 2.0 includes some utilities designed to simplify code splitting wi
162
162
163
163
### `combineSlices`
164
164
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.
166
166
167
167
At setup it accepts a set of slices and reducer maps, and returns a reducer instance with attached methods for injection.
0 commit comments