Skip to content

Commit f898bda

Browse files
kzhou314JoyceZhu
andauthored
Wording changes
Co-authored-by: Joyce Zhu <joycezhu@github.com>
1 parent 9d668aa commit f898bda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/file/src/generateIssueBody.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function generateIssueBody(finding: Finding, screenshotRepo: string): str
2222
finding.category && finding.category !== 'wcag'
2323
? `**Note:** This is ${
2424
finding.category === 'experimental' ? 'an experimental check' : 'a best-practice recommendation'
25-
}, not a hard WCAG failure.\n\n`
25+
}, not a definite WCAG failure.\n\n`
2626
: ''
2727

2828
const standardsLine =

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Trigger the workflow manually or automatically based on your configuration. The
119119

120120
| Input | Required | Description | Example |
121121
| --------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
122-
| `urls` | No\* | Newline-delimited list of URLs to scan. Required unless `url_configs` is provided. | `https://primer.style`<br>`https://primer.style/octicons` |
122+
| `urls` | No | Newline-delimited list of URLs to scan. Required unless `url_configs` is provided. | `https://primer.style`<br>`https://primer.style/octicons` |
123123
| `repository` | Yes | Repository (with owner) for issues and PRs | `primer/primer-docs` |
124124
| `token` | Yes | PAT with write permissions (see above) | `${{ secrets.GH_TOKEN }}` |
125125
| `cache_key` | Yes | Key for caching results across runs<br>Allowed: `A-Za-z0-9._/-` | `cached_results-primer.style-main.json` |

0 commit comments

Comments
 (0)