Skip to content

Commit 4062d45

Browse files
authored
docs: Fixing the log of Middleware Execution Order (#5463)
1 parent 294b82a commit 4062d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/start/framework/react/guide/middleware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ Middleware is executed dependency-first, starting with global middleware, follow
463463
- `b`
464464
- `c`
465465
- `d`
466+
- `fn`
466467

467468
```tsx
468469
const globalMiddleware1 = createMiddleware({ type: 'function' }).server(

0 commit comments

Comments
 (0)