-
Notifications
You must be signed in to change notification settings - Fork 1
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(modulo-controllers): typo in controller descriptions #160
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.
The fix is good with me!
But preferably, we make changes and releases separately in separate PRs, so a fix:
PR followed by a release:
PR. This allows us to schedule releases more independently (for example if #159 should be part of the same patch)
As a side note and backlog item, we should consider a CI action that validates the descriptions against the JSON schema, and do that here as well as in the component SDK to avoid such issues in future.
330208e
to
7ea0091
Compare
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.
Nice, thanks
Description
This PR solves the issue by removing the underscore in the corresponding description file.
Review guidelines
Estimated Time of Review: 1 minutes
Checklist before merging: