Minor grammar fix

This commit is contained in:
AnimeDL 2024-07-18 09:44:12 -07:00
parent 1704bfb4ec
commit 5cbead06bc

View file

@ -67,7 +67,7 @@ export class Req {
} }
// debug // debug
if(this.debug){ if(this.debug){
console.debug('[DEBUG] GOT OPTIONS:'); console.debug('[DEBUG] FETCH OPTIONS:');
console.debug(options); console.debug(options);
} }
// try do request // try do request