-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Suggestion: References of WhenExpressions should be changed to when
expressions
#4098
Comments
I'm not quite sure what you mean by "when expression is a resource", could you clarify a bit? I think of them as the name of a data structure but don't totally understand why we should hold ourselves to always using the name single-case in our documentation. The plural of I'm going to switch this to |
@Srivaralakshmi is this what you mean? Expected Behavior: References of |
when
expressions
@sbwsg Thank you very much for the response. I have updated the description and the issue title. Please take a look. |
👍 this looks good to me, thanks for the update! |
this commit changes references to `WhenExpressions` in documentation to `when` expressions we use the field `when` in the `pipelines` (expressions is not used) so to make it less confusing to users, we need to rename this change applies only to the documentation, it doesn't impact the code closes tektoncd#3940 closes tektoncd#4098
/assign jerop |
this commit changes references to `WhenExpressions` in documentation to `when` expressions we use the field `when` in the `pipelines` (expressions is not used) so to make it less confusing to users, we need to rename this change applies only to the documentation, it doesn't impact the code closes #3940 closes #4098
Expected Behavior: References of
WhenExpressions
in the documentation should be changed towhen
expressions.Actual Behavior: The
when
expression resource is referred in the documentation asWhenExpressions
.Reason for the request:
when
is mentioned,whenExpressions
are not mentioned anywhere. When we refer towhen
expressions in the documentation, it is weird to say:WhenExpressions
. Instead it is easier to usewhen
expressions in the documentation.The text was updated successfully, but these errors were encountered: