Skip to content

Commit b2e3c0a

Browse files
Improve error message
Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com>
1 parent 54fd016 commit b2e3c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validation/rules/rules-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
shouldMatch: false
3333
type: warning
3434
format: markdown
35-
errorMessage: Megabit per second shout be abbreviated mbps, Gigabit per second gbps
35+
errorMessage: 'Megabit per second' should be abbreviated Mbps, 'Gigabit per second' Gbps
3636

3737
# kB / MB spacing
3838
- regex: "(?<!\\S)\\b\\d+[mMkK][bB]\\b"

0 commit comments

Comments
 (0)