Skip to content

Commit 78ff70d

Browse files
committed
Suggest success
1 parent 727a464 commit 78ff70d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/spelling/line_forbidden.patterns

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,9 @@ CLoud
563563
# Should be `state`
564564
\bsate(?=\b|[A-Z])|(?<=[a-z])Sate(?=\b|[A-Z])|(?<=[A-Z]{2})Sate(?=\b|[A-Z])
565565

566+
# Should be `succeed` (or `successfully`)
567+
(?i)(?<=\bshould )success\b
568+
566569
# Should be `times`
567570
(?<=\ba few )time\b
568571

0 commit comments

Comments
 (0)