-
Notifications
You must be signed in to change notification settings - Fork 26
chore(docs): fix upper snake case to camel case. #548
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
Conversation
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
|
No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure. |
@H1Gdev thanks for doing the update to the docs, really appreciate it. I will create an issue so we can merge this pr. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #548 +/- ##
========================================
Coverage 72.33% 72.33%
========================================
Files 101 101
Lines 4106 4106
Branches 418 418
========================================
Hits 2970 2970
- Misses 1020 1022 +2
+ Partials 116 114 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Issue number: #549
Summary
fix upper snake case to camel case.
Changes
change from
API_GATEWAY_REST
toApiGatewayRest
.User experience
content of document will be the same as the actual code.
Checklist
Please leave checklist items unchecked if they do not apply to your change.
Is this a breaking change?
No
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.