Skip to content

Commit e14407e

Browse files
committed
fixed a typo in triage guide
1 parent 7ee93c1 commit e14407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/TRIAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ flowchart TD
3838
maj --YES--> P4[P4: urgent]
3939
maj --NO--> P3[P3: important]
4040
unusable --NO--> workarounds{Are there\nworkarounds for\nthe bug?}
41-
workarounds --NO--> P2[P2: minor bug]
41+
workarounds --NO--> P2[P2: minor]
4242
workarounds --YES--> P1[P1: nice to have / fix]
4343
```
4444

0 commit comments

Comments
 (0)