From b70313610c26948cb8a7533b3a3e602bb03b26a9 Mon Sep 17 00:00:00 2001 From: Ibrahim Amin <58993233+notEpsilon@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:04:36 +0200 Subject: [PATCH] fix(docs): typo in getting-started/appdir docs --- docs/src/app/(docs)/getting-started/appdir/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/app/(docs)/getting-started/appdir/page.mdx b/docs/src/app/(docs)/getting-started/appdir/page.mdx index 1a488d3578..72a8a0abb4 100644 --- a/docs/src/app/(docs)/getting-started/appdir/page.mdx +++ b/docs/src/app/(docs)/getting-started/appdir/page.mdx @@ -240,7 +240,7 @@ If using the experimental `ppr` or `dynamicIO` features in Next.js 15, wrap the the component. ```tsx {{title: "app/layout.tsx" }} -import { connnection } from "next/server"; // [!code ++] +import { connection } from "next/server"; // [!code ++] import { Suspense } from "react"; // [!code ++] async function UTSSR() {