Fix docs typo (#58)

This commit is contained in:
songww 2021-07-31 23:17:33 +08:00 committed by GitHub
parent 5407247e90
commit 49dd1ca49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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