Skip to content

Commit a3252e2

Browse files
authored
Update redux-integration.mdx
Remove `test`
1 parent d1f7e80 commit a3252e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/api/created-api/redux-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hide_title: true
1111

1212
Internally, `createApi` will call [the Redux Toolkit `createSlice` API](https://redux-toolkit.js.org/api/createSlice) to generate a slice reducer and corresponding action creators with the appropriate logic for caching fetched data. It also automatically generates a custom Redux middleware that manages subscription counts and cache lifetimes.
1313

14-
The generated slice reducer and the middleware both need to be added to your Redux store setup in `configureStore` in order to work correctly: test
14+
The generated slice reducer and the middleware both need to be added to your Redux store setup in `configureStore` in order to work correctly:
1515

1616
```ts title="src/store.ts"
1717
// file: src/services/pokemon.ts noEmit

0 commit comments

Comments
 (0)