Skip to content

Commit 3b6c21d

Browse files
authored
[NFC] Fix typo in issue templates
1 parent be1a69b commit 3b6c21d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
label: Reproduction
3535
description: >
36-
Provide a test case, preferably in a Markdown codeblock, and explain
36+
Provide a test case, preferably in a Markdown code block, and explain
3737
how to build or run it to reproduce the problem.
3838
If the problem is a poor or unexpected diagnostic, fix-it, or other
3939
output, please show this output as is.

.github/ISSUE_TEMPLATE/crash-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
attributes:
3535
label: Reproduction
3636
description: >
37-
Provide a test case, preferably in a Markdown codeblock, and explain
37+
Provide a test case, preferably in a Markdown code block, and explain
3838
how to build or run it to reproduce the problem. Consider reducing the
3939
test case to the smallest amount of code possible — a smaller test case
4040
is easier to reason about and more appealing to contributors.

0 commit comments

Comments
 (0)