Skip to content

Commit 07eb7b4

Browse files
cortac0turtle
andauthored
docs(x/feegrant): fix allowance typo (#20000)
Co-authored-by: Marko <marko@baricevic.me>
1 parent 57b659e commit 07eb7b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api/cosmos/feegrant/v1beta1/query_grpc.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/docs/swagger-ui/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29488,7 +29488,7 @@ paths:
2948829488
- Query
2948929489
/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}:
2949029490
get:
29491-
summary: Allowance returns granted allwance to the grantee by the granter.
29491+
summary: Allowance returns granted allowance to the grantee by the granter.
2949229492
operationId: Allowance
2949329493
responses:
2949429494
'200':

x/feegrant/proto/cosmos/feegrant/v1beta1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option go_package = "cosmossdk.io/x/feegrant";
1212
// Query defines the gRPC querier service.
1313
service Query {
1414

15-
// Allowance returns granted allwance to the grantee by the granter.
15+
// Allowance returns granted allowance to the grantee by the granter.
1616
rpc Allowance(QueryAllowanceRequest) returns (QueryAllowanceResponse) {
1717
option (google.api.http).get = "/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}";
1818
}

x/feegrant/query.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)