hop icon indicating copy to clipboard operation
hop copied to clipboard

Correct Documentation Issues and Ensure Proper API Field Naming

Open savvar9991 opened this issue 10 months ago • 2 comments

1.In CONTRIBUTING.md:

-We welcome contributations for bug fixes and performance improvements. +We welcome contributions for bug fixes and performance improvements.

Fixes grammatical error in the word "contributations" (this word doesn't exist)

2.In ops/webhooks/README.md:

-Run ./install-_dependencies.sh +Run ./install_dependencies.sh

Fixes incorrect file naming containing redundant -_ characters Prevents potential command execution errors

3. In packages/api/README.md:

-"estimatedRecieved": "747908", +"estimatedReceived": "747908",

Prevents potential issues with API response parsing by clients expecting correct field naming Improves API documentation quality

savvar9991 avatar Jan 07 '25 09:01 savvar9991

Deploy Preview for hop-sdk-docs canceled.

Name Link
Latest commit f01ca06427407ece513143608630797341eeec64
Latest deploy log https://app.netlify.com/sites/hop-sdk-docs/deploys/677cf273aaa1670008d1e5a8

netlify[bot] avatar Jan 07 '25 09:01 netlify[bot]

@miguelmota Sorry for pinging, but could you please take a look at this PR when you have a moment?

savvar9991 avatar Jan 22 '25 10:01 savvar9991