Correct typo-ed references to RuleOnErrorInfo.details to detail.

This commit is contained in:
David Anson 2021-09-25 16:23:37 -07:00
parent a852407c88
commit a5bfaa8a7d
4 changed files with 5 additions and 5 deletions

View file

@ -206,9 +206,9 @@ type RuleOnErrorInfo = {
*/
lineNumber: number;
/**
* Details about the error.
* Detail about the error.
*/
details?: string;
detail?: string;
/**
* Context for the error.
*/