mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Correct typo-ed references to RuleOnErrorInfo.details to detail.
This commit is contained in:
parent
a852407c88
commit
a5bfaa8a7d
4 changed files with 5 additions and 5 deletions
|
@ -139,7 +139,7 @@ const testRule = {
|
|||
let ruleOnErrorInfo: markdownlint.RuleOnErrorInfo;
|
||||
ruleOnErrorInfo = {
|
||||
"lineNumber": 1,
|
||||
"details": "details",
|
||||
"detail": "detail",
|
||||
"context": "context",
|
||||
"range": [ 1, 2 ],
|
||||
"fixInfo": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue