Skip to content

Commit afdaf1a

Browse files
authored
docs: fix typo (vercel#74657)
Oops.
1 parent 5fd16c7 commit afdaf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/03-building-your-application/11-upgrading/08-single-page-applications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Client components are [prerendered](https://github.com/reactwg/server-components
286286
```jsx
287287
import dynamic from 'next/dynamic'
288288

289-
const ClientOnlyComponent = dynamic(() => import('./componennt'), {
289+
const ClientOnlyComponent = dynamic(() => import('./component'), {
290290
ssr: false,
291291
})
292292
```

0 commit comments

Comments
 (0)