mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 00:56:27 +01:00
chore: Fix typo in middleware.md (#700)
This commit is contained in:
parent
d181867355
commit
5512ebcd23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue