We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e4a32 commit f793933Copy full SHA for f793933
src/scripts/brewerydb.coffee
@@ -16,7 +16,7 @@
16
module.exports = (robot) ->
17
robot.respond /beer me (.*)/i, (msg) ->
18
unless process.env.BREWERYDB_API_KEY?
19
- msg.send "Please sepcify your BreweyDB API key in BREWERYDB_API_KEY"
+ msg.send "Please specify your BreweyDB API key in BREWERYDB_API_KEY"
20
return
21
msg.http("http://api.brewerydb.com/v2/search")
22
.query
0 commit comments