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

Fix minor typo #1219

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Fix minor typo #1219

wants to merge 5 commits into from

Conversation

vipocenka
Copy link

This pull request fixes typographical errors in multiple Go files related to HTTP request handlers and documentation. Specifically:

  1. Updated "a address" to "an address" in the following functions:

    • SendRequestHandlerFn in bank/client/rest/tx.go
    • TopupHandlerFn in topup/client/rest/tx.go
    • WithdrawFeeHandlerFn in topup/client/rest/tx.go
  2. Corrected "a HTTP error" to "an HTTP error" in the WriteErrorResponse function within types/rest/rest.go.

These changes improve the accuracy and professionalism of the codebase.

dependabot bot and others added 5 commits December 12, 2024 00:16
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.31.0.
- [Commits](golang/crypto@v0.24.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…modules/golang.org/x/crypto-0.31.0

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0
@Raneet10 Raneet10 changed the base branch from master to develop December 26, 2024 04:27
@cffls
Copy link
Contributor

cffls commented Feb 6, 2025

Thanks! It would be great if you can remove the dependency updates, since they should go to dedicated PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants