Skip to content

Commit f2cc82c

Browse files
authored
Merge pull request #4406 from Wase-Zahin/feature/typo
2 parents 0246f78 + b0a14b2 commit f2cc82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm install @reduxjs/toolkit react-redux
4949

5050
Create a file named `src/app/store.js`. Import the `configureStore` API from Redux Toolkit. We'll start by creating an empty Redux store, and exporting it:
5151

52-
```ts title="app/store.js"
52+
```ts title="app/store.ts"
5353
import { configureStore } from '@reduxjs/toolkit'
5454

5555
export const store = configureStore({
@@ -303,4 +303,4 @@ Here's the complete counter application as a running CodeSandbox:
303303

304304
## What's Next?
305305

306-
We recommend going through [**the "Redux Essentials" and "Redux Fundamentals" tutorials in the Redux core docs**](https://redux.js.org/tutorials/index), which will give you a complete understanding of how Redux works, what Redux Toolkit does, and how to use it correctly.
306+
We recommend going through [**the "Redux Essentials" and "Redux Fundamentals" tutorials in the Redux core docs**](https://redux.js.org/tutorials/index), which will give you a complete understanding of how Redux works, what Redux Toolkit does, and how to use it correctly.

0 commit comments

Comments
 (0)