Fix docs typo (#58)

This commit is contained in:
songww
2021-07-31 17:17:33 +02:00
committed by GitHub
parent 5407247e90
commit 49dd1ca49a
+1 -1
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