Javascript Exercise Typo

I’ve spotted a word typo on an aditional file from a javascript exercise, where if the test failed, a function was referring to itself with a wrong name (‘fetch’ instead of ‘request’; found at Exercism , at the api.js file);
That’s the name from the preciding function so it’s not that big of a typo. I’ve already made the github request to fix it ( Typo fix by Xarlizard · Pull Request #2410 · exercism/javascript · GitHub )