From 0065578531c7a1858365d7287fca58cba72fffa1 Mon Sep 17 00:00:00 2001 From: Alex Bhattarai Date: Tue, 23 Aug 2022 17:23:53 +0545 Subject: [PATCH] [fix] typo in description of option in type definition file --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 6aec504..e5150d6 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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;