From 01b14da53a12e083ce28fbe6a180377be6b05c16 Mon Sep 17 00:00:00 2001 From: Masashi Tomooka Date: Sat, 7 Oct 2023 01:00:53 +0900 Subject: [PATCH] chore: fix typo in issue template (#27435) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I happened to find this one 😄 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index aa7f959e2ca80..eecd4056ab65c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -95,7 +95,7 @@ body: label: Language multiple: true options: - - Typescript + - TypeScript - Python - .NET - Java