Skip to content

Commit fc3210b

Browse files
Fix a typo in axum::middleware (#2056)
Co-authored-by: David Pedersen <[email protected]>
1 parent dc8491b commit fc3210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/docs/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ That is:
127127
- It then does its thing and passes the request onto `layer_two`
128128
- Which passes the request onto `layer_one`
129129
- Which passes the request onto `handler` where a response is produced
130-
- That response is then passes to `layer_one`
130+
- That response is then passed to `layer_one`
131131
- Then to `layer_two`
132132
- And finally to `layer_three` where it's returned out of your app
133133

0 commit comments

Comments
 (0)