mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update "Fixable: Most violations can be fixed by tooling" to use the word "Some" to avoid over-promising.
This commit is contained in:
parent
466f1d00e4
commit
aa3635187a
32 changed files with 61 additions and 61 deletions
|
|
@ -90,7 +90,7 @@ for (const rule of rules) {
|
|||
}
|
||||
if (fixableRuleNames.includes(name)) {
|
||||
section.push(
|
||||
"Fixable: Most violations can be fixed by tooling",
|
||||
"Fixable: Some violations can be fixed by tooling",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue