diff --git a/docs/request.md b/docs/request.md index 2169ac4..33139a6 100644 --- a/docs/request.md +++ b/docs/request.md @@ -10,7 +10,7 @@ There are several options for json body deserialization. The first option is to use _Json_ extractor. First, you define a handler function that accepts `Json` as a parameter, then, you use the `.to()` method for registering this handler. It is also possible to accept arbitrary valid json object by using `serde_json::Value` as a type `T`. -First example of json of `JSON Request` depends on `serde`: +First example of `JSON Request` depends on `serde`: ```toml [dependencies]