From a281439fcb95c74ad4f7fca0ec96b85a88b4d49a Mon Sep 17 00:00:00 2001 From: vmod <42954251+msidqi@users.noreply.github.com> Date: Sun, 23 May 2021 14:19:38 +0100 Subject: [PATCH] docs: typo in rewrites page (#25377) --- docs/api-reference/next.config.js/rewrites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/next.config.js/rewrites.md b/docs/api-reference/next.config.js/rewrites.md index 927fc23778c27..6572a3b803118 100644 --- a/docs/api-reference/next.config.js/rewrites.md +++ b/docs/api-reference/next.config.js/rewrites.md @@ -23,7 +23,7 @@ description: Add rewrites to your Next.js app. Rewrites allow you to map an incoming request path to a different destination path. -Rewrites act as a URL proxy and mask the destination path, making it appear the user hasn't changed their location on the site. In contrast, [redirects](/docs/api-reference/next.config.js/redirects.md) will reroute to a new page a show the URL changes. +Rewrites act as a URL proxy and mask the destination path, making it appear the user hasn't changed their location on the site. In contrast, [redirects](/docs/api-reference/next.config.js/redirects.md) will reroute to a new page and show the URL changes. To use rewrites you can use the `rewrites` key in `next.config.js`: