Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Apr 24, 2023
1 parent 0410907 commit 906c75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/cosmos/autocli/v1/options.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/cosmos/autocli/v1/options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ option go_package = "cosmossdk.io/api/cosmos/base/cli/v1;cliv1";

// ModuleOptions describes the CLI options for a Cosmos SDK module.
message ModuleOptions {
// tx describes the tx command for the module.
// tx describes the tx commands for the module.
ServiceCommandDescriptor tx = 1;

// query describes the queries command for the module.
// query describes the queries commands for the module.
ServiceCommandDescriptor query = 2;
}

Expand Down

0 comments on commit 906c75a

Please sign in to comment.