Skip to content

Commit 6b8a3cc

Browse files
authored
docs: fix typo (#77483)
1 parent 50f91e7 commit 6b8a3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/03-building-your-application/01-routing/14-middleware.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some common scenarios where Middleware is effective include:
1515

1616
- Quick redirects after reading parts of the incoming request
1717
- Rewriting to different pages based on A/B tests or experiments
18-
- Modifying headers for all pages or a subet of pages
18+
- Modifying headers for all pages or a subset of pages
1919

2020
Middleware is _not_ a good fit for:
2121

0 commit comments

Comments
 (0)