Skip to content

Commit 82f0f90

Browse files
committed
docs: punctuation - Usage with TypeScript
1 parent 1a6cbef commit 82f0f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-with-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const rootReducer = combineReducers({})
2828
export type RootState = ReturnType<typeof rootReducer>
2929
```
3030
31-
If you pass the reducers directly to `configureStore()` you can get the `State` type from the store instead.
31+
If you pass the reducers directly to `configureStore()`, you can get the `State` type from the store instead.
3232
3333
```typescript
3434
import { configureStore } from '@reduxjs/toolkit'

0 commit comments

Comments
 (0)