Skip to content

Commit b6db0c8

Browse files
committed
fix(Automattic#287): add minimum as a correction from min
1 parent 9227913 commit b6db0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harper-core/src/linting/matcher.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ impl Matcher {
121121
"united nations" => "United Nations",
122122
"mins" => "minutes",
123123
"min" => "minute",
124+
"min" => "minimum",
124125
"secs" => "seconds",
125126
"sec" => "second",
126127
"hrs" => "hours",

0 commit comments

Comments
 (0)