From f8b13a25dc831929e6af2f689e94b28f9d97b8bd Mon Sep 17 00:00:00 2001 From: Jan Bluemink Date: Fri, 7 Nov 2025 09:50:58 +0100 Subject: [PATCH] Fix typo in Next.js App Router preparation document Corrected a typo in the word 'applicaiton' to 'application'. --- .../developer-considerations/nextjs-app-router-preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/markdown/pages/learn/accelerate/xm-cloud/pre-development/developer-considerations/nextjs-app-router-preparation.md b/data/markdown/pages/learn/accelerate/xm-cloud/pre-development/developer-considerations/nextjs-app-router-preparation.md index 273479b2c..54524fbe0 100644 --- a/data/markdown/pages/learn/accelerate/xm-cloud/pre-development/developer-considerations/nextjs-app-router-preparation.md +++ b/data/markdown/pages/learn/accelerate/xm-cloud/pre-development/developer-considerations/nextjs-app-router-preparation.md @@ -11,7 +11,7 @@ audience: ['Architect','Technical Implementer'] ## Context -Currently, the Sitecore JSS Next.js SDK does not support the new Next.js App Router. However, once support for the App Router is released with JSS and XM Cloud, clients may want to upgrade. In the meantime, how can you best build your applicaiton now in the Pages architecture, so that your migration to the App Router will be easier in the future? +Currently, the Sitecore JSS Next.js SDK does not support the new Next.js App Router. However, once support for the App Router is released with JSS and XM Cloud, clients may want to upgrade. In the meantime, how can you best build your application now in the Pages architecture, so that your migration to the App Router will be easier in the future? It's important to note that Vercel, the creators of Next.js, still fully supports the Next.js Pages architecture. They have made no public announcement on the time frame for ending support.