Skip to content

Commit e88bef3

Browse files
authored
Merge pull request #358 from cruzelx/correct-typo
[fix] typo in description of option in type definition file
2 parents 845a75e + 0065578 commit e88bef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ declare namespace DailyRotateFile {
6565
options?: string | object;
6666

6767
/**
68-
* A string representing the name of the name of the audit file. (default: './hash-audit.json')
68+
* A string representing the name of the audit file. (default: './hash-audit.json')
6969
*/
7070
auditFile?: string;
7171

0 commit comments

Comments
 (0)