Skip to content

Commit 70c7a05

Browse files
mabdelaal86Commit Queue
authored andcommitted
Fix typo in Issue Templates
Closes #59915 GitOrigin-RevId: c8e5fd1 Change-Id: I0ef159a3d1971d4747457daea2277266b632b0fb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404801 Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 49e0514 commit 70c7a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/2_analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ labels: area-analyzer
99
If this is a bug report, please help us by providing:
1010

1111
- a clear description of the problem you are experiencing
12-
- the expected and actual behavior, including a repro with the the specific code triggering the issue
12+
- the expected and actual behavior, including a repro with the specific code triggering the issue
1313
- the Dart SDK version (`dart --version`)
1414

1515
The more information you can provide, the better we can understand and address the issue. Thanks!

.github/ISSUE_TEMPLATE/3_vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels: area-vm
77
If this is a bug report, please help us by providing:
88

99
- a clear description of the problem you are experiencing
10-
- the expected and actual behavior, including a repro with the the specific code triggering the issue
10+
- the expected and actual behavior, including a repro with the specific code triggering the issue
1111
- the Dart SDK version (`dart --version`)
1212

1313
The more information you can provide, the better we can understand and address the issue. Thanks!

.github/ISSUE_TEMPLATE/4_web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ labels: area-web
99
If this is a bug report, please help us by providing:
1010

1111
- a clear description of the problem you are experiencing
12-
- the expected and actual behavior, including a repro with the the specific code triggering the issue
12+
- the expected and actual behavior, including a repro with the specific code triggering the issue
1313
- the Dart SDK version (`dart --version`)
1414

1515
The more information you can provide, the better we can understand and address the issue. Thanks!

0 commit comments

Comments
 (0)