From 5cbead06bce2b0153b9673136bb4beada4245c12 Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Thu, 18 Jul 2024 09:44:12 -0700 Subject: [PATCH] Minor grammar fix --- modules/module.fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module.fetch.ts b/modules/module.fetch.ts index 44705fe..9798f20 100644 --- a/modules/module.fetch.ts +++ b/modules/module.fetch.ts @@ -67,7 +67,7 @@ export class Req { } // debug if(this.debug){ - console.debug('[DEBUG] GOT OPTIONS:'); + console.debug('[DEBUG] FETCH OPTIONS:'); console.debug(options); } // try do request