From 368244516cf4514784a20a3469704d450447c11d Mon Sep 17 00:00:00 2001 From: Gabriel Amazonas Mesquita Date: Fri, 20 Sep 2024 12:46:43 -0300 Subject: [PATCH] Update index.mdx --- .../[platform]/start/quickstart/nextjs-pages-router/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx b/src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx index 216f66350f2..ed36e518f96 100644 --- a/src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx +++ b/src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx @@ -26,7 +26,7 @@ export function getStaticProps(context) { ## Pre-requisites -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: +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: - [Node.js](https://nodejs.org/) v14.x or later - [npm](https://www.npmjs.com/) v6.14.4 or later