From 64c566cd1c7ff9458a69de2274ae4833cda82666 Mon Sep 17 00:00:00 2001 From: tuhana Date: Thu, 27 Jul 2023 17:03:10 +0300 Subject: [PATCH] Fix typo on `customize-extractor-error` example (#2124) --- examples/customize-extractor-error/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customize-extractor-error/README.md b/examples/customize-extractor-error/README.md index 190637d8..b889a95a 100644 --- a/examples/customize-extractor-error/README.md +++ b/examples/customize-extractor-error/README.md @@ -4,7 +4,7 @@ already existing extractors - [`with_rejection`](src/with_rejection.rs): Uses `axum_extra::extract::WithRejection` to transform one rejection into another - [`derive_from_request`](src/derive_from_request.rs): Uses the - `axum::extractr::FromRequest` derive macro to wrap another extractor and + `axum::extract::FromRequest` derive macro to wrap another extractor and customize the rejection - [`custom_extractor`](src/custom_extractor.rs): Manual implementation of `FromRequest` that wraps another extractor