From d834532dde9bd440b5b8feeacba2b14c6313721d Mon Sep 17 00:00:00 2001 From: Bruce Rodrigues Date: Wed, 27 Oct 2021 11:48:57 -0300 Subject: [PATCH] Removing duplicated instead word --- 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 46c58eb6035dd..5579134c4e4e1 100644 --- a/docs/api-reference/next.config.js/rewrites.md +++ b/docs/api-reference/next.config.js/rewrites.md @@ -50,7 +50,7 @@ Rewrites are applied to client-side routing, a `` will have - `locale`: `false` or `undefined` - whether the locale should not be included when matching. - `has` is an array of [has objects](#header-cookie-and-query-matching) with the `type`, `key` and `value` properties. -Rewrites are applied after checking the filesystem (pages and `/public` files) and before dynamic routes by default. This behavior can be changed by instead returning an object instead of an array from the `rewrites` function since `v10.1` of Next.js: +Rewrites are applied after checking the filesystem (pages and `/public` files) and before dynamic routes by default. This behavior can be changed by returning an object instead of an array from the `rewrites` function since `v10.1` of Next.js: ```js module.exports = {