mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Fix grammar issues in Rules.md.
This commit is contained in:
parent
55360058c5
commit
2a198a5ee4
13 changed files with 93 additions and 93 deletions
|
@ -7,7 +7,7 @@ const { addErrorContext, filterTokens, frontMatterHasTitle } =
|
|||
|
||||
module.exports = {
|
||||
"names": [ "MD025", "single-title", "single-h1" ],
|
||||
"description": "Multiple top level headings in the same document",
|
||||
"description": "Multiple top-level headings in the same document",
|
||||
"tags": [ "headings", "headers" ],
|
||||
"function": function MD025(params, onError) {
|
||||
const level = Number(params.config.level || 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue