mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
Fix typos found by crate-ci/typos
This commit is contained in:
@@ -145,7 +145,7 @@ use serde::Serialize;
|
||||
///
|
||||
/// ## Customizing the rejection
|
||||
///
|
||||
/// By default the rejection used in the [`FromRequest`] implemetation will be [`PathRejection`].
|
||||
/// By default the rejection used in the [`FromRequest`] implementation will be [`PathRejection`].
|
||||
///
|
||||
/// That can be customized using `#[typed_path("...", rejection(YourType))]`:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user