mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01: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
4
lib/markdownlint.d.ts
vendored
4
lib/markdownlint.d.ts
vendored
|
|
@ -206,9 +206,9 @@ type RuleOnErrorInfo = {
|
|||
*/
|
||||
lineNumber: number;
|
||||
/**
|
||||
* Details about the error.
|
||||
* Detail about the error.
|
||||
*/
|
||||
details?: string;
|
||||
detail?: string;
|
||||
/**
|
||||
* Context for the error.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue