Skip to content

Commit 57db5a2

Browse files
committed
chore(docs): Fix note on middleware order
1 parent e6e621f commit 57db5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ While this project aims to provide utility out-of-the-box as a runnable applicat
138138

139139
### Middleware Stack
140140

141-
The middleware stack is processed in reverse order (bottom to top):
141+
Requests pass through a chain of middleware, each performing individual tasks:
142142

143143
1. **EnforceAuthMiddleware**
144144

0 commit comments

Comments
 (0)