Skip to content

Commit

Permalink
typo(RequestHandler): fix spelling of 'requests' (#3196)
Browse files Browse the repository at this point in the history
Removed the additional "s" to "requessts"
  • Loading branch information
Aeryle authored and SpaceEEC committed Apr 10, 2019
1 parent 89e27e5 commit 6be5051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/RequestHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6be5051

Please sign in to comment.