mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
Fix docs typo (#58)
This commit is contained in:
parent
5407247e90
commit
49dd1ca49a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
//! Use Tower [`Service`]s to handl requests.
|
||||
//! Use Tower [`Service`]s to handle requests.
|
||||
//!
|
||||
//! Most of the time applications will be written by composing
|
||||
//! [handlers](crate::handler), however sometimes you might have some general
|
||||
|
|
Loading…
Reference in a new issue