Skip to content

Commit

Permalink
Fix a typo in axum::middleware (#2056)
Browse files Browse the repository at this point in the history
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
  • Loading branch information
cyril-marpaud and davidpdrsn authored Jun 22, 2023
1 parent b7665b2 commit c26dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/docs/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ That is:
- It then does its thing and passes the request onto `layer_two`
- Which passes the request onto `layer_one`
- Which passes the request onto `handler` where a response is produced
- That response is then passes to `layer_one`
- That response is then passed to `layer_one`
- Then to `layer_two`
- And finally to `layer_three` where it's returned out of your app

Expand Down

0 comments on commit c26dcd9

Please sign in to comment.