Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loumadev committed Sep 15, 2021
1 parent 161492f commit 6bb3e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Edupage.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ class Edupage extends RawData {

//If there are too many tries, reject the promise
if(tryCount > 1) {
error(`[API] Request terminated due to mutiple failures`);
error(`[API] Request terminated due to multiple failures`);
return reject(new Error("Failed to send request multiple times"));
}

Expand Down

0 comments on commit 6bb3e19

Please sign in to comment.