Skip to content

Commit 5512ebc

Browse files
authored
chore: Fix typo in middleware.md (#700)
1 parent d181867 commit 5512ebc

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
@@ -12,7 +12,7 @@ For more details on that see
1212

1313
## Applying multiple middleware
1414

15-
Its recommended to use [`tower::ServiceBuilder`] to apply multiple middleware at
15+
It's recommended to use [`tower::ServiceBuilder`] to apply multiple middleware at
1616
once, instead of calling [`Router::layer`] repeatedly:
1717

1818
```rust

0 commit comments

Comments
 (0)