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.
1 parent 5512b5b commit 19b99eaCopy full SHA for 19b99ea
axum/src/docs/middleware.md
@@ -190,7 +190,7 @@ You should use these when
190
191
## `tower::Service` and `Pin<Box<dyn Future>>`
192
193
-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
194
by implementing [`tower::Service`]:
195
196
Use [`tower::Service`] with `Pin<Box<dyn Future>>` to write your middleware when:
0 commit comments