From a9017e88e95327c5e79033839beed0b4b69fdf13 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Mon, 9 Oct 2023 16:19:51 +0100 Subject: [PATCH] Update articles/quickstart/webapp/nextjs/01-login.md Co-authored-by: Rita Zerrizuela --- articles/quickstart/webapp/nextjs/01-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/nextjs/01-login.md b/articles/quickstart/webapp/nextjs/01-login.md index e123c4e801..f23cd7ec60 100644 --- a/articles/quickstart/webapp/nextjs/01-login.md +++ b/articles/quickstart/webapp/nextjs/01-login.md @@ -69,7 +69,7 @@ This creates the following routes: - `/api/auth/me`: The route to fetch the user profile from. ::: note -This QuickStart targets the Next.js [App Router](https://nextjs.org/docs/app). If you're using the [Pages Router](https://nextjs.org/docs/pages), checkout the example in the SDK's [README](https://github.com/auth0/nextjs-auth0#page-router). +This QuickStart targets the Next.js [App Router](https://nextjs.org/docs/app). If you're using the [Pages Router](https://nextjs.org/docs/pages), check out the example in the SDK's [README](https://github.com/auth0/nextjs-auth0#page-router). ::: ### Add the `UserProvider` component