fix: spelling/grammar across docs and tooling (#25677)

Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
This commit is contained in:
viktorking7
2025-12-12 00:01:30 +00:00
committed by GitHub
co-authored by Alex | Cosmos Labs
parent 8fb7b4b324
commit 46a7f918d6
21 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ func PubkeyCmd() *cobra.Command {
return &cobra.Command{
Use: "pubkey [pubkey]",
Short: "Decode a pubkey from proto JSON",
Long: fmt.Sprintf(`Decode a pubkey from proto JSON and display it's address.
Long: fmt.Sprintf(`Decode a pubkey from proto JSON and display its address.
Example:
$ %s debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}'