Skip to content

Commit

Permalink
fix: update Krystal.Spelling message based on grafana's
Browse files Browse the repository at this point in the history
  • Loading branch information
ikadix committed Nov 25, 2024
1 parent 2919732 commit 884a558
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/Krystal/Spelling.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
extends: spelling
message: "Is '%s' spelled correctly? Is it missing code formatting?"
message: |
Did you really mean '%s'?
For UI elements, use [bold formatting](https://grafana.com/docs/writers-toolkit/write/style-guide/style-conventions/#bold).
The spell checker doesn't check words with bold formatting.
For paths; configuration; user input; code; class, method, and variable names; statuscodes; and console output, use [code formatting](https://grafana.com/docs/writers-toolkit/write/style-guide/style-conventions/#bold).
The spell checker doesn't check words with code formatting.
level: error
dictionaries:
- en_GB
Expand Down

0 comments on commit 884a558

Please sign in to comment.