-
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
Minor docs fixes and extra templating test #1152
Conversation
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom, dlorenc 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 |
@@ -57,7 +57,7 @@ only start with alpha characters and `_`. For example, `fooIs-Bar_` is a valid | |||
parameter name, `barIsBa$` or `0banana` are not. | |||
|
|||
Each declared parameter has a type field, assumed to be string if not provided by the user. | |||
The other possible type is array — useful,checking a pushed branch name doesn't match any of | |||
The other possible type is array — useful, checking a pushed branch name doesn't match any of |
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 comma confuses the reading a bit here I think. Suggest small rewording:
The other possible type is array - useful for checking whether a pushed branch matches any of ...
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.
v minor, otherwise pr looks good to me.
Changes
This PR has some minor docs changes and an additional unit test that addresses PR feedback from #1143 and #1133 :