Skip to content

Commit 248bf8c

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

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
@@ -53,7 +53,7 @@
5353
shouldMatch: false
5454
type: warning
5555
format: markdown
56-
errorMessage: Megabyte should be abbreviated as MB, Megabit as Mb.
56+
errorMessage: 'Megabyte' should be abbreviated as MB, 'Megabit' as Mb.
5757

5858
# μm / mm spacing
5959
- regex: "(?<!\\S)\\b\\d+[μm]m\\b"

0 commit comments

Comments
 (0)