diff --git a/examples/customize-extractor-error/src/main.rs b/examples/customize-extractor-error/src/main.rs index 87876f59..d7222e00 100644 --- a/examples/customize-extractor-error/src/main.rs +++ b/examples/customize-extractor-error/src/main.rs @@ -47,7 +47,7 @@ struct User { username: String, } -// We define our own `Json` extactor that customizes the error from `axum::Json` +// We define our own `Json` extractor that customizes the error from `axum::Json` struct Json(T); #[async_trait]