From 28ddf4ebec6497455bfc54c02f4d1cc1e3712b88 Mon Sep 17 00:00:00 2001 From: rumblefrog Date: Sat, 15 Jan 2022 01:24:23 -0500 Subject: [PATCH] fix - doc comment --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index 01e47a8..3b2c121 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -89,7 +89,7 @@ export interface RequestOptions { * * Retries for connection errors. * - * Default: 2 + * Default: 4 */ attempts?: number;