diff --git a/docs/start/framework/react/comparison.md b/docs/start/framework/react/comparison.md index 29122165d4..a6a688a495 100644 --- a/docs/start/framework/react/comparison.md +++ b/docs/start/framework/react/comparison.md @@ -242,7 +242,7 @@ const authMiddleware = createMiddleware({ type: 'function' }) }) ``` -**Next.js** has a single middleware.ts file that runs on the Edge Runtime for all requests. It cannot access server-only resources like databases and has limitations compared to Node.js runtime. +**Next.js** has a single proxy.ts file that runs on the Edge Runtime for all requests. It cannot access server-only resources like databases and has limitations compared to Node.js runtime. ### Deployment Flexibility