Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(gdocs.js): fix typo (Eror -> Error)
Browse files Browse the repository at this point in the history
Closes #12858
  • Loading branch information
magee authored and gkalpak committed Sep 15, 2015
1 parent bfa66a9 commit 9e6a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdocs.js
Expand Up @@ -173,7 +173,7 @@ function request(method, url, options, response) {
res.on('error', function (e) { console.log(e); });
break;
case 401:
console.log('Eror: Login credentials expired! Please login.');
console.log('Error: Login credentials expired! Please login.');
break;
default:
data = [];
Expand Down

0 comments on commit 9e6a9b9

Please sign in to comment.