Skip to content

Commit eb164f7

Browse files
authored
Merge pull request #1351 from LarsOlt/patch-1
Fix typo
2 parents 2cef448 + f55e2f2 commit eb164f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const { useGetPokemonByNameQuery } = pokemonApi
117117

118118
### Configure the Store
119119

120-
The "API slice" also contains an auto-generated Redux slice reducer and a custom middleware that manages suscription lifetimes. Both of those need to be added to the Redux store:
120+
The "API slice" also contains an auto-generated Redux slice reducer and a custom middleware that manages subscription lifetimes. Both of those need to be added to the Redux store:
121121

122122
```ts
123123
import { configureStore } from '@reduxjs/toolkit'

0 commit comments

Comments
 (0)