Skip to content

Commit 0406ad2

Browse files
Fix on AppRouter mention in Pages Router Page - Update index.mdx (#7979)
1 parent ca792f9 commit 0406ad2

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/start/quickstart/nextjs-pages-router

1 file changed

+1
-1
lines changed

src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function getStaticProps(context) {
2626

2727
## Pre-requisites
2828

29-
This Quickstart guide will walk you through how to build a task list application with TypeScript, Next.js **App Router with Client Components**, and React. Before you begin, make sure you have the following installed:
29+
This Quickstart guide will walk you through how to build a task list application with TypeScript, Next.js **Pages Router with Client Components**, and React. Before you begin, make sure you have the following installed:
3030

3131
- [Node.js](https://nodejs.org/) v14.x or later
3232
- [npm](https://www.npmjs.com/) v6.14.4 or later

0 commit comments

Comments
 (0)