Commit 35c9c7f
authored
chore: fix two typos in issue templates (#2123)
## Summary
Two small typo fixes in `.github/ISSUE_TEMPLATE/`:
- `02-feature.yml`: "Suggest an idea for for chrome-devtools-mcp" had a
duplicate "for".
- `03-task.yml`: "mainainers only" was missing the first `t`.
Both strings appear on the GitHub issue picker when a user clicks "New
issue", so they're user-facing.
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>1 parent 440fe18 commit 35c9c7f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments