mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
Fix typos found by typos-cli (#113)
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ pub trait Handler<B, In>: Sized {
|
||||
/// This can be used to add additional processing to a request for a single
|
||||
/// handler.
|
||||
///
|
||||
/// Note this differes from [`routing::Layered`](crate::routing::Layered)
|
||||
/// Note this differs from [`routing::Layered`](crate::routing::Layered)
|
||||
/// which adds a middleware to a group of routes.
|
||||
///
|
||||
/// # Example
|
||||
|
||||
Reference in New Issue
Block a user