Skip to content

Commit 6813963

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

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
@@ -46,7 +46,7 @@
4646
shouldMatch: false
4747
type: warning
4848
format: markdown
49-
errorMessage: Kilobyte should be abbreviated as KB, Kilobit as Kb.
49+
errorMessage: 'Kilobyte' should be abbreviated as KB, 'Kilobit' as Kb.
5050

5151
# MB spelling
5252
- regex: "(?<!\\S)\\b\\d+\\s?m[bB]\\b"

0 commit comments

Comments
 (0)