mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
chore: Fix typo in middleware.md (#700)
This commit is contained in:
@@ -12,7 +12,7 @@ For more details on that see
|
||||
|
||||
## Applying multiple middleware
|
||||
|
||||
Its recommended to use [`tower::ServiceBuilder`] to apply multiple middleware at
|
||||
It's recommended to use [`tower::ServiceBuilder`] to apply multiple middleware at
|
||||
once, instead of calling [`Router::layer`] repeatedly:
|
||||
|
||||
```rust
|
||||
|
||||
Reference in New Issue
Block a user