Skip to content

Commit

Permalink
docs(x/feegrant): fix allowance typo (cosmos#20000)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <[email protected]>
  • Loading branch information
cor and tac0turtle authored Apr 11, 2024
1 parent 57b659e commit 07eb7b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/cosmos/feegrant/v1beta1/query_grpc.pb.go

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

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29488,7 +29488,7 @@ paths:
- Query
/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}:
get:
summary: Allowance returns granted allwance to the grantee by the granter.
summary: Allowance returns granted allowance to the grantee by the granter.
operationId: Allowance
responses:
'200':
Expand Down
2 changes: 1 addition & 1 deletion x/feegrant/proto/cosmos/feegrant/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option go_package = "cosmossdk.io/x/feegrant";
// Query defines the gRPC querier service.
service Query {

// Allowance returns granted allwance to the grantee by the granter.
// Allowance returns granted allowance to the grantee by the granter.
rpc Allowance(QueryAllowanceRequest) returns (QueryAllowanceResponse) {
option (google.api.http).get = "/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}";
}
Expand Down
4 changes: 2 additions & 2 deletions x/feegrant/query.pb.go

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

0 comments on commit 07eb7b4

Please sign in to comment.