mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 19:35:52 +02:00
vale: fix minAlertLevel parameter typo (#10370)
This commit is contained in:
parent
40b5921620
commit
d772f21b1e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Check style issues at the specific severity and higher:
|
- Check style issues at the specific severity and higher:
|
||||||
|
|
||||||
`vale --minAlertLeve={{suggestion|warning|error}} {{path/to/file}}`
|
`vale --minAlertLevel={{suggestion|warning|error}} {{path/to/file}}`
|
||||||
|
|
||||||
- Check the style from `stdin`, specifying markup format:
|
- Check the style from `stdin`, specifying markup format:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue