We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ff210 commit 48df94eCopy full SHA for 48df94e
src/pages/sylvia/macros/attributes/payload.mdx
@@ -81,4 +81,4 @@ impl Contract {
81
```
82
83
Sylvia uses the [`from_json`](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/fn.from_json.html) to
84
-deserialize the `payload` field, so it has to be serialized do JSON.
+deserialize the `payload` field, so it has to be serialized to JSON.
0 commit comments