Skip to content

Commit

Permalink
Update docs/advanced-features/middleware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 19, 2022
1 parent 3bb3386 commit 3f69153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/middleware.md
Expand Up @@ -207,7 +207,7 @@ export function middleware(request: NextRequest) {
}
```

> **Note:** Please avoid setting large headers as it might cause [431 Request Header Fields Too Large](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/431) error depending on your backend web server configuration.
> **Note:** Avoid setting large headers as it might cause [431 Request Header Fields Too Large](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/431) error depending on your backend web server configuration.
## Related

Expand Down

0 comments on commit 3f69153

Please sign in to comment.