Skip to content

Commit f443bbc

Browse files
authored
Fix missing end quote in docs (#71245)
![Bildschirmfoto 2024-10-14 um 11 29 27](https://github.com/user-attachments/assets/5efe68dd-97d4-44ec-a9b0-b1a460ef59d0)
1 parent 2f6054f commit f443bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04-architecture/turbopack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ These features are currently not supported:
5454
- Blocking `.css` imports in `pages/_document.tsx`
5555
- Currently with webpack Next.js blocks importing `.css` files in `pages/_document.tsx`
5656
- We are planning to implement this warning in the future.
57-
- [`experimental.typedRoutes](https://nextjs.org/docs/app/api-reference/next-config-js/typedRoutes)
57+
- [`experimental.typedRoutes`](https://nextjs.org/docs/app/api-reference/next-config-js/typedRoutes)
5858
- We are planning to implement this in the future.
5959
- `experimental.nextScriptWorkers`
6060
- We are planning to implement this in the future.

0 commit comments

Comments
 (0)