Skip to content

Commit 468dd3a

Browse files
authored
Merge pull request #1374 from jbsouvestre/patch-1
Docs: fixed typo in rtk-query docs
2 parents 599eb12 + a3252e2 commit 468dd3a

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)