Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#147 from leulaf/master
Browse files Browse the repository at this point in the history
Fix typos on Twitter intergrations
  • Loading branch information
chihhsuan-google authored Aug 12, 2021
2 parents 4ff9ab5 + 575d02b commit eeb56c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cx/twitter/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function sendMessage(text, recipientId) {
},
function(err, resp, body) {
if (err) {
console.eror('Failed to send message: ' + err);
console.error('Failed to send message: ' + err);
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion twitter/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function sendMessage(text, recipientId) {
}
}, function(err, resp, body) {
if (err) {
console.eror('Failed to send message: ' + err);
console.error('Failed to send message: ' + err);
}
});
}
Expand Down

0 comments on commit eeb56c3

Please sign in to comment.