mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01: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
|
|
@ -33,7 +33,7 @@
|
|||
"default": true
|
||||
},
|
||||
"MD002": {
|
||||
"description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading",
|
||||
"description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top-level heading",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"first-heading-h1": {
|
||||
"description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading",
|
||||
"description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top-level heading",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"first-header-h1": {
|
||||
"description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top level heading",
|
||||
"description": "MD002/first-heading-h1/first-header-h1 - First heading should be a top-level heading",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -690,7 +690,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"MD025": {
|
||||
"description": "MD025/single-title/single-h1 - Multiple top level headings in the same document",
|
||||
"description": "MD025/single-title/single-h1 - Multiple top-level headings in the same document",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -711,7 +711,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"single-title": {
|
||||
"description": "MD025/single-title/single-h1 - Multiple top level headings in the same document",
|
||||
"description": "MD025/single-title/single-h1 - Multiple top-level headings in the same document",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -732,7 +732,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"single-h1": {
|
||||
"description": "MD025/single-title/single-h1 - Multiple top level headings in the same document",
|
||||
"description": "MD025/single-title/single-h1 - Multiple top-level headings in the same document",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -1121,7 +1121,7 @@
|
|||
"default": true
|
||||
},
|
||||
"MD041": {
|
||||
"description": "MD041/first-line-heading/first-line-h1 - First line in file should be a top level heading",
|
||||
"description": "MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -1142,7 +1142,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"first-line-heading": {
|
||||
"description": "MD041/first-line-heading/first-line-h1 - First line in file should be a top level heading",
|
||||
"description": "MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
@ -1163,7 +1163,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
"first-line-h1": {
|
||||
"description": "MD041/first-line-heading/first-line-h1 - First line in file should be a top level heading",
|
||||
"description": "MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading",
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue