Skip to content

Commit 033f4fd

Browse files
committed
Fix typo
This error message was misspelled.
1 parent ec1fd2f commit 033f4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ module.exports = new (function(){
579579
if(!client_secret){
580580
callback( p.redirect_uri, {
581581
error : "invalid_credentials",
582-
error_message : "Credientials were not recognised",
582+
error_message : "Credentials were not recognised",
583583
state : p.state || ''
584584
});
585585
return;
@@ -893,4 +893,4 @@ module.exports = new (function(){
893893
return p;
894894
}
895895
};
896-
})();
896+
})();

0 commit comments

Comments
 (0)