Skip to content

Commit

Permalink
Fix typo in error/middleware-upgrade-guide.md (#40176)
Browse files Browse the repository at this point in the history
No Reponse Body -> No Response Body

<img width="330" alt="スクリーンショット 2022-09-02 16 40 04" src="https://user-images.githubusercontent.com/11132792/188084749-a1dd4ca6-b108-47ef-85d9-5f1602cb8cea.png">
  • Loading branch information
yhay81 committed Sep 2, 2022
1 parent 3647d73 commit 885defd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/middleware-upgrade-guide.md
Expand Up @@ -388,4 +388,4 @@ Prior to Next.js `v12.2`, Middleware was not executed for `_next` requests.

For cases where Middleware is used for authorization, you should migrate to use `rewrite`/`redirect` to Pages that show an authorization error, login forms, or to an API Route.

See [No Reponse Body](#no-response-body) for an example of how to migrate to use `rewrite`/`redirect`.
See [No Response Body](#no-response-body) for an example of how to migrate to use `rewrite`/`redirect`.

0 comments on commit 885defd

Please sign in to comment.