Skip to content

Commit 42e29b0

Browse files
authored
Merge pull request #1 from rupeshsaha/patch-1 double the in docs fixed
Update nextjs.mdx
2 parents ae3ff0a + ce5c008 commit 42e29b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/nextjs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ We'll use that approach for this guide.
8585

8686
## Initial Setup
8787

88-
Similar to the the [RTK TypeScript Tutorial](../tutorials/typescript.md), we need to create a file for the Redux store, as well as the inferred `RootState` and `AppDispatch` types.
88+
Similar to the [RTK TypeScript Tutorial](../tutorials/typescript.md), we need to create a file for the Redux store, as well as the inferred `RootState` and `AppDispatch` types.
8989

9090
However, Next's multi-page architecture requires some differences from that single-page app setup.
9191

0 commit comments

Comments
 (0)