typo(RequestHandler): fix spelling of 'requests' (#3196)

Removed the additional "s" to "requessts"
This commit is contained in:
Reseq64
2019-04-10 17:07:50 +02:00
committed by SpaceEEC
parent 89e27e5071
commit 6be5051f92

View File

@@ -163,7 +163,7 @@ class RequestHandler {
return this.run();
}
} else {
// Handle possible malformed requessts
// Handle possible malformed requests
try {
const data = await parseResponse(res);
if (res.status >= 400 && res.status < 500) {