We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad0186 commit 98c296dCopy full SHA for 98c296d
README.md
@@ -77,7 +77,7 @@ which ensures middleware runs at the edge.
77
### No nested middleware in Next 12.2.0
78
79
In Next 12.2.0, nested middleware [has been deprecated](https://nextjs.org/docs/messages/middleware-upgrade-guide) in
80
-favour of root level middleware. If you are not using edge functions then this means that you won't get the benefits of
+favor of root level middleware. If you are not using edge functions then this means that you won't get the benefits of
81
using a CDN, and ISR will not work.
82
83
To fix this issue, you can run your middleware on [Netlify Edge Functions](#netlify-edge-functions).
0 commit comments