-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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: Refactor on-premises service names for consistency #1023
fix: Refactor on-premises service names for consistency #1023
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There's missing Breaking Changes in the changelog: for: You can copy paste the previous structure. |
@gabriel-tessier This has been updated as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@filipeaaoliveira
You added the changes in the 0.16.0 section, better to create a new section 0.23.5 on the top of the file with the changes.
In worst case if the PR don't ship in the next version we just need to update the version number after merge with master.
Thank you guys!! |
Summary:
This PR addresses the issue of incorrect usage of the term "premise" across the codebase and documentation. In all relevant instances, "premise" has been updated to "premises" to reflect the proper plural form.
Changes:
Replaced all instances of "premise" with "premises" in both code comments and documentation.
Rationale:
The term "premise" refers to a singular proposition or assumption, while "premises" is typically used when referring to a set of assumptions or statements, particularly in technical contexts. This correction improves the accuracy and professionalism of the codebase and documentation.