Skip to content

Commit d98fbef

Browse files
authored
fix(docs): typo in getting-started/appdir docs (#1038)
1 parent 1b23106 commit d98fbef

File tree

1 file changed

+1
-1
lines changed
  • docs/src/app/(docs)/getting-started/appdir

1 file changed

+1
-1
lines changed

docs/src/app/(docs)/getting-started/appdir/page.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ If using the experimental `ppr` or `dynamicIO` features in Next.js 15, wrap the
240240
the component.
241241

242242
```tsx {{title: "app/layout.tsx" }}
243-
import { connnection } from "next/server"; // [!code ++]
243+
import { connection } from "next/server"; // [!code ++]
244244
import { Suspense } from "react"; // [!code ++]
245245

246246
async function UTSSR() {

0 commit comments

Comments
 (0)