We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
axum::middleware
1 parent dc8491b commit fc3210bCopy full SHA for fc3210b
axum/src/docs/middleware.md
@@ -127,7 +127,7 @@ That is:
127
- It then does its thing and passes the request onto `layer_two`
128
- Which passes the request onto `layer_one`
129
- Which passes the request onto `handler` where a response is produced
130
-- That response is then passes to `layer_one`
+- That response is then passed to `layer_one`
131
- Then to `layer_two`
132
- And finally to `layer_three` where it's returned out of your app
133
0 commit comments