From 09233bbbbf9e42e66a8c9ddc044da2ccc208ca93 Mon Sep 17 00:00:00 2001 From: Hwangjae Lee Date: Fri, 26 Apr 2024 16:31:51 +0900 Subject: [PATCH] docs(x/auth/tx): fix typo in decodeMultisignatures function comment (#20190) Signed-off-by: Hwangjae Lee --- x/auth/tx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/auth/tx/README.md b/x/auth/tx/README.md index 5b1b1c0961..4fba6e3f7c 100644 --- a/x/auth/tx/README.md +++ b/x/auth/tx/README.md @@ -116,7 +116,7 @@ The `x/auth/tx` module provides a convenient CLI command for decoding and encodi #### `encode` The `encode` command encodes a transaction created with the `--generate-only` flag or signed with the sign command. -The transaction is seralized it to Protobuf and returned as base64. +The transaction is serialized it to Protobuf and returned as base64. ```bash $ simd tx encode tx.json