docs: fix multiple typos (#25019)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
crStiv
2025-07-28 14:00:51 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent f73ea2b5e9
commit 4c6bdd257a
10 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -236,8 +236,8 @@ func (s *E2ETestSuite) TestGetProposalDepositGRPC() {
true,
},
{
"get deposit with wrong depositer address",
fmt.Sprintf("%s/cosmos/gov/v1/proposals/%s/deposits/%s", val.APIAddress, "1", "wrongDepositerAddress"),
"get deposit with wrong depositor address",
fmt.Sprintf("%s/cosmos/gov/v1/proposals/%s/deposits/%s", val.APIAddress, "1", "wrongDepositorAddress"),
true,
},
{