Fix guide typo: "deserialzies" -> "deserializes".

This commit is contained in:
multisn8 2021-06-23 21:06:10 +02:00 committed by Sergio Benitez
parent 7b9363f981
commit 8f9d7e6374
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ Any type that implements [`FromData`] is also known as _a data guard_.
### JSON
The [`Json<T>`](@api/rocket/serde/json/struct.Json.html) guard deserialzies body
The [`Json<T>`](@api/rocket/serde/json/struct.Json.html) guard deserializes body
data as JSON. The only condition is that the generic type `T` implements the
`Deserialize` trait from [`serde`](https://serde.rs).