Skip to content

Commit 820301a

Browse files
authored
Fix typo in TS quick start (#4835)
1 parent 2cd47fa commit 820301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default configureStore({
5454
})
5555
```
5656

57-
This creates a Redux store, and also automatically configure the Redux DevTools extension so that you can inspect the store while developing.
57+
This creates a Redux store, and also automatically configures the Redux DevTools extension so that you can inspect the store while developing.
5858

5959
### Provide the Redux Store to React
6060

0 commit comments

Comments
 (0)