hop
hop copied to clipboard
Correct Documentation Issues and Ensure Proper API Field Naming
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
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 |
@miguelmota Sorry for pinging, but could you please take a look at this PR when you have a moment?