Minor grammar fix
This commit is contained in:
parent
1704bfb4ec
commit
5cbead06bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue