Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit d36edd1

Browse files
Merge pull request #1466 from amutake/fix-typo-tweet-coffee
Fix typo in tweet-content.coffee
2 parents 9b7f5ab + d8bc81b commit d36edd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/tweet-content.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = (robot) ->
3030

3131
if not auth.consumer_key or not auth.consumer_secret or not auth.access_token_key or not auth.access_token_secret
3232
console.log "twitter-content.coffee: HUBOT_TWITTER_CONSUMER_KEY, HUBOT_TWITTER_CONSUMER_SECRET,
33-
HUBOT_TWITTER_ACCESS_TOKEN_KEY, and HUBOT_TWITTER_ACCES_TOKEN_SECRET are required."
33+
HUBOT_TWITTER_ACCESS_TOKEN_KEY, and HUBOT_TWITTER_ACCESS_TOKEN_SECRET are required."
3434
return
3535

3636
twit = new ntwitter auth

0 commit comments

Comments
 (0)