Closed arrow1991 closed 2 weeks ago
This pull request includes various changes across multiple files, primarily focusing on minor corrections in comments, variable renaming for clarity, and enhancements to documentation. Specifically, the pom.xml
file had a comment corrected, while the PortalOpenApiConfig
class saw variable name updates. Documentation improvements were made to user guides in both English and Chinese, detailing configuration services and access keys. Additionally, a script was updated for clarity in comments without altering its functionality.
File | Change Summary |
---|---|
apollo-common/pom.xml | Corrected comment from "Micrometer core dependecy" to "Micrometer core dependency." |
apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/PortalOpenApiConfig.java | Renamed variables: tomcatRelaxedpathcharsProperty to tomcatRelaxedPathCharsProperty and tomcatRelaxedquerycharsProperty to tomcatRelaxedQueryCharsProperty . |
docs/en/client/other-language-client-user-guide.md | Enhanced clarity and detail about Apollo configuration service, added sections on access keys and error codes, and refined HTTP interface descriptions. |
docs/zh/client/other-language-client-user-guide.md | Similar enhancements as the English user guide, focusing on clarity regarding supported clients and configuration retrieval. |
scripts/openapi/bash/openapi-usage-example.sh | Corrected typographical errors in comments, such as "varialbes" to "variables." |
scripts/openapi/bash/openapi.sh | Minor comment correction in the item_update_create_if_not_exists function for grammatical accuracy. |
🐰 "In the land of code where changes bloom,
A comment fixed to chase away gloom.
Variables renamed for clarity's delight,
Documentation shines, making knowledge bright.
With each little tweak, the project grows,
A hop, a skip, where improvement flows!" 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
What's the purpose of this PR
typo fix
Which issue(s) this PR fixes:
Fixes #
Brief changelog
typo fix
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.Summary by CodeRabbit
PortalOpenApiConfig
class.