From 4473efd1e614a1c7b8e4cf8f0de1b885e05ca3bb 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 38a2a7b1..ba2c2509 100644 --- a/axum/src/extract/path/mod.rs +++ b/axum/src/extract/path/mod.rs @@ -130,7 +130,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