We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6cbef commit 82f0f90Copy full SHA for 82f0f90
docs/usage/usage-with-typescript.md
@@ -28,7 +28,7 @@ const rootReducer = combineReducers({})
28
export type RootState = ReturnType<typeof rootReducer>
29
```
30
31
-If you pass the reducers directly to `configureStore()` you can get the `State` type from the store instead.
+If you pass the reducers directly to `configureStore()`, you can get the `State` type from the store instead.
32
33
```typescript
34
import { configureStore } from '@reduxjs/toolkit'
0 commit comments