Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix several typos #2221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.