Skip to content

Commit 19b99ea

Browse files
authored
Update middleware.md (#2967)
1 parent 5512b5b commit 19b99ea

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
@@ -190,7 +190,7 @@ You should use these when
190190

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

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

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

0 commit comments

Comments
 (0)