Skip to content

Commit

Permalink
Merge pull request #4406 from Wase-Zahin/feature/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 13, 2024
2 parents 0246f78 + b0a14b2 commit f2cc82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm install @reduxjs/toolkit react-redux

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:

```ts title="app/store.js"
```ts title="app/store.ts"
import { configureStore } from '@reduxjs/toolkit'

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

## What's Next?

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.
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 comments on commit f2cc82c

Please sign in to comment.