Fix typos found by crate-ci/typos

This commit is contained in:
Jonas Platte
2023-08-08 11:27:45 +02:00
parent ff3884aa41
commit 34d1fbc052
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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))]`:
///