Skip to content

Commit 9701ec8

Browse files
committed
style: improve Middleware doc
1 parent 0ceddfc commit 9701ec8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/content/docs/middleware.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ const setting = os
9393
declare function auth(): { userId: number } | null
9494
```
9595

96-
> When you pass additional context to `next`, it will be merged with the existing context.
96+
::: info
97+
When you pass additional context to `next`, it will be merged with the existing context.
98+
:::
9799

98100
## Middleware Input
99101

0 commit comments

Comments
 (0)