Skip to content

Commit

Permalink
Update middleware.md (#2967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamenco authored and jplatte committed Nov 14, 2024
1 parent a7b7d56 commit 8d7eada
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 @@ -190,7 +190,7 @@ You should use these when

## `tower::Service` and `Pin<Box<dyn Future>>`

For maximum control (and a more low level API) you can write you own middleware
For maximum control (and a more low level API) you can write your own middleware
by implementing [`tower::Service`]:

Use [`tower::Service`] with `Pin<Box<dyn Future>>` to write your middleware when:
Expand Down

0 comments on commit 8d7eada

Please sign in to comment.