-
Notifications
You must be signed in to change notification settings - Fork 100
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 some typos for code notes. #1653
Conversation
Signed-off-by: yanggang <gang.yang@daocloud.io>
Welcome @yanggangtony! It looks like this is your first PR to knative/operator 🎉 |
Hi @yanggangtony. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, yanggangtony The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1653 +/- ##
=======================================
Coverage 79.37% 79.37%
=======================================
Files 41 41
Lines 1857 1857
=======================================
Hits 1474 1474
Misses 279 279
Partials 104 104 ☔ View full report in Codecov by Sentry. |
@@ -37,7 +37,7 @@ var ( | |||
Group: GroupName, | |||
Resource: "knativeservings", | |||
} | |||
// KnativeServingResource respresents a Knative Serving | |||
// KnativeEventingResource respresents a Knative Serving |
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.
@yanggangtony you probably also want to change Knative Serving to Knative Eventing?
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.
Sorry, have no seen the last words...
I just update the First outstanding word!
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.
Will do it in next clean code.
Thanks.
Fixes #
Proposed Changes
Fix some typos for code notes.
*
*
*
Release Note