From 7e9673d14a910dc40e962b1181bddf8f6a700b7a Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 21 Jul 2021 14:07:37 +0100 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/3-docs-bug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-docs-bug.yaml b/.github/ISSUE_TEMPLATE/3-docs-bug.yaml index a6a2eb840b..ec3f8337e8 100644 --- a/.github/ISSUE_TEMPLATE/3-docs-bug.yaml +++ b/.github/ISSUE_TEMPLATE/3-docs-bug.yaml @@ -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