From 26a4a7bc0a7aeb1f43bdf9a97b265e7d33b74059 Mon Sep 17 00:00:00 2001 From: Clayton Faria Date: Tue, 22 Feb 2022 17:06:56 +0800 Subject: [PATCH] fix typo in the docs (#774) --- axum/src/extract/path/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/src/extract/path/mod.rs b/axum/src/extract/path/mod.rs index de9af83d..f3177cbd 100644 --- a/axum/src/extract/path/mod.rs +++ b/axum/src/extract/path/mod.rs @@ -131,7 +131,7 @@ use std::{ /// # Providing detailed rejection output /// /// If the URI cannot be deserialized into the target type the request will be rejected and an -/// error response will be returned. See [`customize-path-rejection`] for an exapmle of how to customize that error. +/// error response will be returned. See [`customize-path-rejection`] for an example of how to customize that error. /// /// [`serde`]: https://crates.io/crates/serde /// [`serde::Deserialize`]: https://docs.rs/serde/1.0.127/serde/trait.Deserialize.html