ci: fix typo in docs-bug issue template (#42908)
"browser specific" should be replaced with "browser-specific" because it's a compound modifier (cf. https://en.wikipedia.org/wiki/Compound_modifier). See #42906 PR Close #42908
This commit is contained in:
parent
5d222f39d3
commit
7e9673d14a
|
@ -38,5 +38,5 @@ body:
|
|||
- type: textarea
|
||||
id: browser-info
|
||||
attributes:
|
||||
label: Is this a browser specific issue? If so, please specify the device, browser, and version.
|
||||
label: Is this a browser-specific issue? If so, please specify the device, browser, and version.
|
||||
render: true
|
||||
|
|
Loading…
Reference in New Issue