From 5ce5f9a1897c5b39cdf204db30dd30691b3275c1 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Mon, 9 Jun 2025 02:08:58 -0400 Subject: [PATCH] fix spelling of JavaScript in bug report template (#25726) Correctly capitalize JavaScript in the bug report template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b18ce07966..f48e0570b4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -108,9 +108,9 @@ body: render: yaml - type: textarea attributes: - label: Javascript errors shown in your browser console/inspector + label: JavaScript errors shown in your browser console/inspector description: > - If you come across any Javascript or other error logs, e.g., in your + If you come across any JavaScript or other error logs, e.g., in your browser console/inspector please provide them. render: txt - type: textarea