Skip to content

Commit

Permalink
Add missing comma in reply
Browse files Browse the repository at this point in the history
  • Loading branch information
dergigi committed Jan 30, 2019
1 parent ff6d01e commit 5a02fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function replyWithSource(tweet) {
reply += tweet.user.screen_name
reply += ' Satoshi wrote this on '
reply += metadata.date
reply += ' '
reply += ', '
reply += mediumPhrase(metadata.medium)
reply += '. You can find the full quote, context, and more information here: '
reply += metadata.source
Expand Down

0 comments on commit 5a02fa6

Please sign in to comment.