Skip to content

Commit

Permalink
fix(docs): typo in getting-started/appdir docs (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
notEpsilon authored Nov 4, 2024
1 parent 1b23106 commit d98fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/(docs)/getting-started/appdir/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d98fbef

Please sign in to comment.