-
Notifications
You must be signed in to change notification settings - Fork 184
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
base: develop
Are you sure you want to change the base?
Fix minor typo #1219
Conversation
Thanks! It would be great if you can remove the dependency updates, since they should go to dedicated PRs. |
@vipocenka please remove the deps update so we can proceed with merge. |
@marcello33 |
@vipocenka there seems to be some conflicts which I tried to resolve but ended up in deps upgrade again |
This pull request fixes typographical errors in multiple Go files related to HTTP request handlers and documentation. Specifically:
Updated "a address" to "an address" in the following functions:
SendRequestHandlerFn
inbank/client/rest/tx.go
TopupHandlerFn
intopup/client/rest/tx.go
WithdrawFeeHandlerFn
intopup/client/rest/tx.go
Corrected "a HTTP error" to "an HTTP error" in the
WriteErrorResponse
function withintypes/rest/rest.go
.These changes improve the accuracy and professionalism of the codebase.