Skip to content

Commit

Permalink
Merge pull request #358 from cruzelx/correct-typo
Browse files Browse the repository at this point in the history
[fix] typo in description of  option in type definition file
  • Loading branch information
wbt authored Aug 26, 2022
2 parents 845a75e + 0065578 commit e88bef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare namespace DailyRotateFile {
options?: string | object;

/**
* A string representing the name of the name of the audit file. (default: './hash-audit.json')
* A string representing the name of the audit file. (default: './hash-audit.json')
*/
auditFile?: string;

Expand Down

0 comments on commit e88bef3

Please sign in to comment.