From f4ed6774333f2d8de7957f5d0e66237cd682f500 Mon Sep 17 00:00:00 2001 From: Swarnava Sengupta Date: Wed, 29 Oct 2025 10:19:05 +0530 Subject: [PATCH] [docs] Fix a typo --- docs/01-app/03-api-reference/03-file-conventions/proxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-app/03-api-reference/03-file-conventions/proxy.mdx b/docs/01-app/03-api-reference/03-file-conventions/proxy.mdx index a9c80bbe25211..4133cdbf3ccf2 100644 --- a/docs/01-app/03-api-reference/03-file-conventions/proxy.mdx +++ b/docs/01-app/03-api-reference/03-file-conventions/proxy.mdx @@ -622,7 +622,7 @@ export const config = { > **Good to know**: > -> - Even when `_next/data` is excluded in a negative matcher pattern, proxy will still be invoked for `_next/data` routes. This is intentional behavior to prevent accidental security issues where you might protect a page but forget to protect the corresponding data route. +> Even when `_next/data` is excluded in a negative matcher pattern, proxy will still be invoked for `_next/data` routes. This is intentional behavior to prevent accidental security issues where you might protect a page but forget to protect the corresponding data route. ```js filename="proxy.js" export const config = {