mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
docs: Typo correction (#2405)
This commit is contained in:
parent
ab36eda6aa
commit
2b486ea174
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
//! `erased-json` | Enables the `ErasedJson` response | No
|
||||
//! `form` | Enables the `Form` extractor | No
|
||||
//! `json-lines` | Enables the `JsonLines` extractor and response | No
|
||||
//! `multipart` | Enables the `Multpart` extractor | No
|
||||
//! `multipart` | Enables the `Multipart` extractor | No
|
||||
//! `protobuf` | Enables the `Protobuf` extractor and response | No
|
||||
//! `query` | Enables the `Query` extractor | No
|
||||
//! `typed-routing` | Enables the `TypedPath` routing utilities | No
|
||||
|
|
Loading…
Reference in a new issue