You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/nextjs.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ We'll use that approach for this guide.
85
85
86
86
## Initial Setup
87
87
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.
89
89
90
90
However, Next's multi-page architecture requires some differences from that single-page app setup.
0 commit comments