From 64bd9e184933be625a16a0c1eba1db31c101f278 Mon Sep 17 00:00:00 2001 From: tuhana Date: Thu, 27 Jul 2023 16:47:46 +0300 Subject: [PATCH] Fix typo on `customize-extractor-error` example --- 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 190637d8ac..b889a95a61 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