Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
taozui472 committed Dec 30, 2024
1 parent ee4809d commit ce8f23a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions client/docs/static/openapi/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/static/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13631,7 +13631,7 @@ paths:
- QueryService
"/axelar/nexus/v1beta1/latest_deposit_address/{recipient_addr}/{recipient_chain}/{deposit_chain}":
get:
summary: LatestDepositAddress queries the a deposit address by recipient
summary: LatestDepositAddress queries a deposit address by recipient
operationId: LatestDepositAddress
responses:
"200":
Expand Down
2 changes: 1 addition & 1 deletion client/docs/static/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15008,7 +15008,7 @@ paths:
- QueryService
/axelar/nexus/v1beta1/latest_deposit_address/{recipient_addr}/{recipient_chain}/{deposit_chain}:
get:
summary: LatestDepositAddress queries the a deposit address by recipient
summary: LatestDepositAddress queries a deposit address by recipient
operationId: LatestDepositAddress
responses:
'200':
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/axelard_query.md

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

2 changes: 1 addition & 1 deletion docs/cli/axelard_query_block.md

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

2 changes: 1 addition & 1 deletion docs/cli/toc.md

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

2 changes: 1 addition & 1 deletion docs/proto/proto-docs.md

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

2 changes: 1 addition & 1 deletion proto/axelar/nexus/v1beta1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ service MsgService {

// QueryService defines the gRPC querier service.
service QueryService {
// LatestDepositAddress queries the a deposit address by recipient
// LatestDepositAddress queries a deposit address by recipient
rpc LatestDepositAddress(LatestDepositAddressRequest)
returns (LatestDepositAddressResponse) {
option (google.api.http).get =
Expand Down
4 changes: 2 additions & 2 deletions x/nexus/types/service.pb.go

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

0 comments on commit ce8f23a

Please sign in to comment.