Add typos
This commit is contained in:
@@ -154,7 +154,7 @@ pub enum LogFilterPreset {
|
||||
/// Filter for loki subscriber.
|
||||
///
|
||||
/// This is similar to `Trace`,
|
||||
/// but excludes particulary spammy sources.
|
||||
/// but excludes particularly spammy sources.
|
||||
Loki,
|
||||
}
|
||||
|
||||
|
||||
9
typos.toml
Normal file
9
typos.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[default]
|
||||
extend-words."typ" = "typ"
|
||||
extend-ignore-re = [
|
||||
# Line block with # spellchecker:<on|off>
|
||||
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
|
||||
]
|
||||
|
||||
[files]
|
||||
extend-exclude = ["crates/service/service-webpage/css"]
|
||||
Reference in New Issue
Block a user