Skip to content

Commit

Permalink
Fix example for rulesets flag in configuration docs (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
totoroot committed Oct 4, 2023
1 parent 7d4efc5 commit a3f7c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ relative to the `mdlrc` and not the path the user happens to be in.
Rulesets - Load a custom ruleset file. This option allows you to load custom
rules in addition to those included with markdownlint.

* Command line: `-u ruleset.rb,ruleset2.rb`, `--rules ruleset.rb,ruleset2.rb`
* Command line: `-u ruleset.rb,ruleset2.rb`, `--rulesets ruleset.rb,ruleset2.rb`
* Config file: `rulesets ['ruleset.rb', 'ruleset2.rb']`
* Default: Don't load any additional rulesets

Expand Down

0 comments on commit a3f7c0f

Please sign in to comment.